Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to upload a certificate to IAM from my UNIX server to attached to a load balancer in AWS.

When I issue the command: iam-servercertupload -b new.server.cert.pem -k new.server.pem -s mysite.cert.com -v -d I get the following errror:

Unable to load version information for the running SDK: com/amazonaws/sdk/versionInfo.properties not found on classpath
Set parameter http.useragent = Jakarta Commons-HttpClient/3.0.1
Set parameter http.protocol.version = HTTP/1.1
Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager
Set parameter http.protocol.cookie-policy = rfc2109
Set parameter http.protocol.element-charset = US-ASCII
Set parameter http.protocol.content-charset = ISO-8859-1
Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMeth

I am running this command as a sudo user. There isn't much on the web regarding this error. Has anyone ever experienced this problem before?

share|improve this question
I am experiencing exactly the same issue. Did you found a solution? Thanks – Cy. Apr 1 at 19:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.