I've seen this error a couple of times on our systems - Jenkins 1.580.3 with Linux master/SSH slaves, Oracle JDK 1.8.0_2

FATAL: Invalid object ID 6964 iota=6965
java.lang.IllegalStateException: Invalid object ID 6964 iota=6965
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:348)
	at hudson.remoting.ExportTable.get(ExportTable.java:324)
	at hudson.remoting.Channel.getExportedObject(Channel.java:604)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:311)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
	at ......remote call to Docker02(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:173)
	at com.sun.proxy.$Proxy49.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
	at hudson.model.Run.execute(Run.java:1745)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: java.lang.Exception: Object was recently deallocated
    #6964 (ref.0) : [hudson.Launcher$RemoteProcess]
      Created at Fri Mar 27 13:38:30 PDT 2015
    	at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:93)
    	at hudson.remoting.ExportTable.export(ExportTable.java:299)
    	at hudson.remoting.Channel.internalExport(Channel.java:600)
    	at hudson.remoting.Channel.export(Channel.java:591)
    	at hudson.remoting.Channel.export(Channel.java:561)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1138)
    	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
    	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
    	at hudson.remoting.Request$2.run(Request.java:324)
    	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    	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:745)
      Released at Fri Mar 27 13:38:30 PDT 2015
    	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
    	at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:376)
    	at hudson.remoting.Channel.unexport(Channel.java:612)
    	at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
    	at hudson.remoting.Channel$2.handle(Channel.java:483)
    	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
    Caused by: Command hudson.remoting.UnexportCommand@283bd1ca created at
    	at hudson.remoting.Command.<init>(Command.java:67)
    	at hudson.remoting.Command.<init>(Command.java:50)
    	at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
    	at hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:234)
    	at java.lang.System$2.invokeFinalize(System.java:1267)
    	at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
    	at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
    	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
	at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:341)
	at hudson.remoting.ExportTable.get(ExportTable.java:324)
	at hudson.remoting.Channel.getExportedObject(Channel.java:604)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:311)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	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:745)
Caused by:   Released at Fri Mar 27 13:38:30 PDT 2015
	at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
	at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:376)
	at hudson.remoting.Channel.unexport(Channel.java:612)
	at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
	at hudson.remoting.Channel$2.handle(Channel.java:483)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command hudson.remoting.UnexportCommand@43967009 created at
	at hudson.remoting.Command.<init>(Command.java:67)
	at hudson.remoting.Command.<init>(Command.java:50)
	at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
	at hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:234)
	at java.lang.System$2.invokeFinalize(System.java:1267)
	at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
	at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to