Skip to content

Instantly share code, notes, and snippets.

java.util.concurrent.ExecutionException: java.lang.NumberFormatException: For input string: "2fd5129c-3b27-4b9c-b816-29b8a73f0a95"
at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289)
at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111)
at com.google.common.util.concurrent.Futures$ChainingListenableFuture.get(Futures.java:635)
at org.jclouds.concurrent.FutureIterables$1.run(FutureIterables.java:134)
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)
Caused by: java.lang.NumberFormatException: For input string: "2fd5129c-3b27-4b9c-b816-29b8a73f0a95"
Failed tests: testConfigurationUI(jenkins.plugins.jclouds.compute.JCloudsCloudTest): Wrapped com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot call method "hasClassName" of undefined (http://localhost:62608/static/1269f90b/scripts/hudson-behavior.js#573)
testConfigRoundtrip(jenkins.plugins.jclouds.compute.JCloudsCloudTest): TypeError: Cannot call method "hasClassName" of undefined (http://localhost:62618/static/1269f90b/scripts/hudson-behavior.js#522)
testConfigRoundtrip(jenkins.plugins.jclouds.compute.JCloudsSlaveTemplateTest): TypeError: Cannot call method "hasClassName" of undefined (http://localhost:62621/static/1269f90b/scripts/hudson-behavior.js#522)
Apr 25, 2012 11:07:08 PM winstone.Logger logInternal
SEVERE: Error while serving http://ci.jenkins-ci.org/descriptorByName/jenkins.plugins.jclouds.compute.JCloudsCloud/testConnection
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
ARNING: detected dead event StatementOnNodeCompletion{statement=InitScript{instanceName=bootstrap}, node=us-east-1/i-9a93fbfd, response={output=, error=Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/atk1.0/libatk1.0-data_2.3.95-0ubuntu1_all.deb 404 Not Found [IP: 10.250.142.223 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/atk1.0/libatk1.0-0_2.3.95-0ubuntu1_i386.deb 404 Not Found [IP: 10.250.142.223 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/t/ttf-dejavu/ttf-dejavu-core_2.33-2_all.deb 404 Not Found [IP: 10.250.142.223 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.8.0-3ubuntu6_all.deb 404 Not Found [IP: 10.250.142.223 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.8.0-3ubuntu6_i386.deb 404 Not Found [IP: 10.250.142.223 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/
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)
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/atk1.0/libatk1.0-data_2.3.95-0ubuntu1_all.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/atk1.0/libatk1.0-0_2.3.95-0ubuntu1_i386.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.8.0-3ubuntu6_all.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.8.0-3ubuntu6_i386.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.5.2-8bzr2_i386.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2_i386.deb 404 Not Found [IP: 10.202.26.15 80]
Failed to fetch http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fo
Apr 9, 2012 10:23:25 AM jenkins.plugins.jclouds.compute.JCloudsSlaveTemplate provision
INFO: Provisioning new node
Apr 9, 2012 10:23:25 AM jenkins.plugins.jclouds.compute.JCloudsSlaveTemplate createNodeWithJdk
INFO: creating jclouds node
Apr 9, 2012 10:23:27 AM jenkins.plugins.jclouds.compute.JCloudsSlaveTemplate createNodeWithJdk
INFO: Setting image id to us-east-1/ami-61ea3408
Apr 9, 2012 10:23:27 AM jenkins.plugins.jclouds.compute.JCloudsSlaveTemplate createNodeWithJdk
INFO: Setting hardware Id to t1.micro
Apr 9, 2012 10:24:26 AM net.schmizz.sshj.common.SecurityUtils$BouncyCastleRegistration run
INFO: BouncyCastle already registered as a JCE provider
HTTP ERROR: 500
Invalid id: "20743827" (expecting "i-...")
RequestURI=/computer/apb-lucid-8df/doDelete
Caused by:
java.lang.IllegalArgumentException: Invalid id: "20743827" (expecting "i-...")
at org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.refineException(ParseAWSErrorFromXmlContent.java:116)
at org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent.handleError(ParseAWSErrorFromXmlContent.java:89)
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project hadoop-main: Can not execute Sonar: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
[ERROR] at [row,col {unknown-source}]: [4,0]
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project hadoop-main: Can not execute Sonar
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
import jenkins.model.*
import hudson.util.DescribableList
import hudson.tasks.Builder
import hudson.model.Descriptor
import hudson.tasks.Maven
def newMavenName = "Maven 3.0"
def jobs = Jenkins.instance.items