Jenkins. Exception during Fingerprinting -


cloned job old master jenkins (v.1.573) new master jenkins(v.1.599) , building although there exception happens after each build.

the slave running on in old master node has been reconfigured slave on new master node.

i have searched online , there not info on how troubleshoot problem. appreciated.

[info] build success [info] ------------------------------------------------------------------------ [info] total time: 56:45.463s [info] finished at: thu may 14 11:37:20 cest 2015 [info] final memory: 221m/10715m [info] ------------------------------------------------------------------------ error: asynchronous execution failure     java.util.concurrent.executionexception: java.lang.nullpointerexception     @ hudson.remoting.channel$3.adapt(channel.java:755)     @ hudson.remoting.channel$3.adapt(channel.java:750)     @ hudson.remoting.futureadapter.get(futureadapter.java:55)     @ hudson.maven.abstractmavenbuilder.waitforasynchronousexecutions(abstractmavenbuilder.java:186)     @ hudson.maven.maven3builder.call(maven3builder.java:143)     @ hudson.maven.maven3builder.call(maven3builder.java:71)     @ hudson.remoting.userrequest.perform(userrequest.java:118)     @ hudson.remoting.userrequest.perform(userrequest.java:48)     @ hudson.remoting.request$2.run(request.java:328)     @ hudson.remoting.interceptingexecutorservice$1.call(interceptingexecutorservice.java:72)     @ java.util.concurrent.futuretask.run(futuretask.java:262)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615)     @ java.lang.thread.run(thread.java:744) caused by: java.lang.nullpointerexception error: asynchronous execution failure java.util.concurrent.executionexception: java.lang.nullpointerexception     @ hudson.remoting.channel$3.adapt(channel.java:755)     @ hudson.remoting.channel$3.adapt(channel.java:750)     @ hudson.remoting.futureadapter.get(futureadapter.java:55)     @ hudson.maven.abstractmavenbuilder.waitforasynchronousexecutions(abstractmavenbuilder.java:186)     @ hudson.maven.maven3builder.call(maven3builder.java:143)     @ hudson.maven.maven3builder.call(maven3builder.java:71)     @ hudson.remoting.userrequest.perform(userrequest.java:118)     @ hudson.remoting.userrequest.perform(userrequest.java:48)     @ hudson.remoting.request$2.run(request.java:328)     @ hudson.remoting.interceptingexecutorservice$1.call(interceptingexecutorservice.java:72)     @ java.util.concurrent.futuretask.run(futuretask.java:262)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615)     @ java.lang.thread.run(thread.java:744) caused by: java.lang.nullpointerexception error: asynchronous execution failure java.util.concurrent.executionexception: java.lang.classcastexception: java.lang.string cannot cast hudson.model.fingerprint     @ hudson.remoting.channel$3.adapt(channel.java:755)     @ hudson.remoting.channel$3.adapt(channel.java:750)     @ hudson.remoting.futureadapter.get(futureadapter.java:55)     @ hudson.maven.abstractmavenbuilder.waitforasynchronousexecutions(abstractmavenbuilder.java:186)     @ hudson.maven.maven3builder.call(maven3builder.java:143)     @ hudson.maven.maven3builder.call(maven3builder.java:71)     @ hudson.remoting.userrequest.perform(userrequest.java:118)     @ hudson.remoting.userrequest.perform(userrequest.java:48)     @ hudson.remoting.request$2.run(request.java:328)     @ hudson.remoting.interceptingexecutorservice$1.call(interceptingexecutorservice.java:72)     @ java.util.concurrent.futuretask.run(futuretask.java:262)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615)     @ java.lang.thread.run(thread.java:744) caused by: java.lang.classcastexception: java.lang.string cannot cast hudson.model.fingerprint     @ hudson.model.fingerprint.load(fingerprint.java:1250)     @ hudson.model.fingerprint.load(fingerprint.java:1238)     @ hudson.model.fingerprintmap.load(fingerprintmap.java:94)     @ hudson.model.fingerprintmap.load(fingerprintmap.java:45)     @ hudson.util.keyeddatastorage.get(keyeddatastorage.java:154)     @ hudson.model.fingerprintmap.get(fingerprintmap.java:79)     @ hudson.model.fingerprintmap.get(fingerprintmap.java:45)     @ hudson.util.keyeddatastorage.getorcreate(keyeddatastorage.java:108)     @ hudson.model.fingerprintmap.getorcreate(fingerprintmap.java:65)     @ hudson.maven.reporters.mavenfingerprinter$1.call(mavenfingerprinter.java:125)     @ hudson.maven.reporters.mavenfingerprinter$1.call(mavenfingerprinter.java:112)     @ hudson.maven.mavenbuild$proxyimpl.execute(mavenbuild.java:419)     @ hudson.maven.mavenbuild$proxyimpl2.execute(mavenbuild.java:547)     @ sun.reflect.generatedmethodaccessor836.invoke(unknown source)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:606)     @ hudson.model.executor$1.call(executor.java:579)     @ hudson.util.interceptingproxy$1.invoke(interceptingproxy.java:23)     @ com.sun.proxy.$proxy94.execute(unknown source)     @ hudson.maven.mavenbuildproxy$filter$asyncinvoker.call(mavenbuildproxy.java:294)     @ hudson.remoting.userrequest.perform(userrequest.java:121)     @ hudson.remoting.userrequest.perform(userrequest.java:49)     @ hudson.remoting.request$2.run(request.java:324)     @ hudson.remoting.interceptingexecutorservice$1.call(interceptingexecutorservice.java:68)     @ org.jenkinsci.remoting.callabledecorator.call(callabledecorator.java:18)     @ hudson.remoting.callabledecoratorlist$1.call(callabledecoratorlist.java:21)     @ jenkins.util.contextresettingexecutorservice$2.call(contextresettingexecutorservice.java:46) ... 4 more 

it seems odd update old (and non-lts) jenkins version 1.599, should try latest version (currently jenkins 1.613).

but in case, looks there similar issue recorded, few people tracking it:
https://issues.jenkins-ci.org/browse/jenkins-23566

it helpful if contribute experience , os/jenkins version info there.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -