- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
My AWS credentials return a an org.jclouds.aws.ec2.awsec2clien error
- Labels:
-
Cloudera Manager
Created on 08-15-2014 09:30 AM - edited 09-16-2022 02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am going through the Cloudera Manager wizard to add more EC2 instances to my cluster and am getting the error when trying to continue or test the AWS credentials:
Guice creation errors: 1) org.jclouds.rest.RestContext<org.jclouds.aws.ec2.awsec2client, a=""> cannot be used as a key; It is not fully specified. 1 error
I know the credentials are valid because i reisssued them to troubleshoot this issue.
Created 08-15-2014 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 08-15-2014 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nice catch.
For reference this is documented in the Known Issues / Release notes:
=========
AWS Installation wizard requires Java 7u45 to be installed on Cloudera Manager Server host
Cloudera Manager 5.1 installs Java 7u55 by default. However, the AWS installation wizard does not work with Java 7u55 due to a bug in the jClouds version packaged with Cloudera Manager.
- Stop the Cloudera Manager Server.
$ sudo service cloudera-scm-server stop
- Uninstall Java 7u55 from the Cloudera Manager Server host.
- Install Java 7u45 (which you can download from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#j...on the Cloudera Manager Server host.
- Start the Cloudera Manager Server.
$ sudo service cloudera-scm-server start
- Run the AWS installation wizard.
=========
Regards,
--
Created 08-15-2014 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 08-15-2014 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nice catch.
For reference this is documented in the Known Issues / Release notes:
=========
AWS Installation wizard requires Java 7u45 to be installed on Cloudera Manager Server host
Cloudera Manager 5.1 installs Java 7u55 by default. However, the AWS installation wizard does not work with Java 7u55 due to a bug in the jClouds version packaged with Cloudera Manager.
- Stop the Cloudera Manager Server.
$ sudo service cloudera-scm-server stop
- Uninstall Java 7u55 from the Cloudera Manager Server host.
- Install Java 7u45 (which you can download from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#j...on the Cloudera Manager Server host.
- Start the Cloudera Manager Server.
$ sudo service cloudera-scm-server start
- Run the AWS installation wizard.
=========
Regards,
--
Created 08-15-2014 11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply!
