Lob Otryas commented on Bug JENKINS-22853

We're also running into the same issue on Jenkins ver. 1.567. This error is now consistent on almost all jobs (7/9) for this build server. The error occurs in a seemingly random spot of the test execution and prevents the job from succeeding. The only things that change in the below trace are the timestamps and the iota (it's either 9 or 10). Trace:

org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalStateException: Invalid object ID 6 iota=9
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.IllegalStateException: Invalid object ID 6 iota=9
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:304)
	at hudson.remoting.ExportTable.get(ExportTable.java:288)
	at hudson.remoting.Channel.getExportedObject(Channel.java:596)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:303)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:292)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:251)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.Exception: Object was recently deallocated
    #6 (ref.0) : com.sun.proxy.$Proxy50
      Created at Thu Jun 26 10:30:15 PDT 2014
    	at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:91)
    	at hudson.remoting.ExportTable.export(ExportTable.java:266)
    	at hudson.remoting.Channel.export(Channel.java:592)
    	at hudson.remoting.Channel.export(Channel.java:583)
    	at hudson.remoting.Channel.export(Channel.java:553)
    	at hudson.maven.MavenBuild$ProxyImpl2.writeReplace(MavenBuild.java:735)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:606)
    	at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1075)
    	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1132)
    	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1541)
    	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1506)
    	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1429)
    	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175)
    	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:347)
    	at java.util.HashMap.writeObject(HashMap.java:1100)
    	at sun.reflect.GeneratedMethodAccessor434.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:606)
    	at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:988)
    	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1493)
    	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1429)
    	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175)
    	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1541)
    	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1506)
    	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1429)
    	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175)
    	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:347)
    	at hudson.remoting.UserRequest._serialize(UserRequest.java:155)
    	at hudson.remoting.UserRequest.serialize(UserRequest.java:164)
    	at hudson.remoting.UserRequest.<init>(UserRequest.java:62)
    	at hudson.remoting.Channel.call(Channel.java:738)
    	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:160)
    	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)
    	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
    	at hudson.model.Run.execute(Run.java:1710)
    	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)
    	at hudson.model.ResourceController.execute(ResourceController.java:88)
    	at hudson.model.Executor.run(Executor.java:234)
      Released at Thu Jun 26 11:58:27 PDT 2014
    	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
    	at hudson.remoting.ExportTable$ExportList.release(ExportTable.java:212)
    	at hudson.remoting.UserRequest.releaseExports(UserRequest.java:190)
    	at hudson.remoting.UserRequest.releaseExports(UserRequest.java:186)
    	at hudson.remoting.Channel.call(Channel.java:757)
    	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:160)
    	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)
    	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
    	at hudson.model.Run.execute(Run.java:1710)
    	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)
    	at hudson.model.ResourceController.execute(ResourceController.java:88)
    	at hudson.model.Executor.run(Executor.java:234)
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:297)
	... 15 more
Caused by:   Released at Thu Jun 26 11:58:27 PDT 2014
	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
	at hudson.remoting.ExportTable$ExportList.release(ExportTable.java:212)
	at hudson.remoting.UserRequest.releaseExports(UserRequest.java:190)
	at hudson.remoting.UserRequest.releaseExports(UserRequest.java:186)
	at hudson.remoting.Channel.call(Channel.java:757)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:160)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1710)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:234)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to