Tag Archives: aws

Installing Riak on ec2

Riak is something like memcached, a data store, key value db. I’m not a programmer so don’t realy know the differance between these two and never used it for anything but I was asked to installl it on ec2 and as getting it running on local interface was simple the public interface caused some troubles. And this time google didn’t help. Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

How to fix Java on Debian Lenny

This post was previously about getting Amazon ec2 API tools working on Debian Lenny when seeing something like this:

user@computer:$ ec2-describe-instances
Unexpected error:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)

After number of comments it looked as a generic solution to java related problems so I’ve change the title.

Here is how to fix it Java on Lenny: Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit