Created
April 11, 2012 19:09
-
-
Save abayer/2361492 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.jclouds.compute.RunNodesException: error running 1 node group(apb-natty) location(1) image(208) size(10) options({loginUser=null, loginPasswordPresent=false, loginPrivateKeyPresent=false, authenticateSudo=null, port:seconds=-1:-1, taskName=bootstrap, runAsRoot=true, blockOnComplete=true, wrapInInitScript=true, inboundPorts=[22], scriptPresent=true, publicKeyPresent=false, privateKeyPresent=false, tags=[], blockUntilRunning=true, tags=[], userMetadata={Name=apb-natty}}) | |
| Execution failures: | |
| 0 error[s] | |
| Node failures: | |
| 1) NullPointerException on node 47: | |
| java.lang.NullPointerException: no credential found for root on node 47 | |
| at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:231) | |
| at org.jclouds.compute.functions.CreateSshClientOncePortIsListeningOnNode.apply(CreateSshClientOncePortIsListeningOnNode.java:56) | |
| at org.jclouds.compute.functions.CreateSshClientOncePortIsListeningOnNode.apply(CreateSshClientOncePortIsListeningOnNode.java:40) | |
| at org.jclouds.compute.callables.SudoAwareInitManager.init(SudoAwareInitManager.java:73) | |
| at org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSsh.init(RunScriptOnNodeAsInitScriptUsingSsh.java:70) | |
| at org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.init(RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.java:83) | |
| at org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.init(RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.java:44) | |
| at org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.call(InitializeRunScriptOnNodeOrPlaceInBadMap.java:67) | |
| at org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.call(InitializeRunScriptOnNodeOrPlaceInBadMap.java:40) | |
| at org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.call(CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.java:149) | |
| at org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.apply(CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.java:171) | |
| at org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.apply(CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.java:58) | |
| at com.google.common.util.concurrent.Futures$4.apply(Futures.java:503) | |
| at com.google.common.util.concurrent.Futures$4.apply(Futures.java:501) | |
| at com.google.common.util.concurrent.Futures$3.apply(Futures.java:279) | |
| at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:729) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
| at java.lang.Thread.run(Thread.java:680) | |
| 1 error[s] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment