Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23271

Intermittent Invalid Object ID in remoting module

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • remoting
    • 1.544.2, 1.563, 1.625.1 - Windows or Linux Master, various slaves

      For the last two weeks, I have been seeing an intermittent failure during the clearcase stage of our builds. It throws a Java exception along the lines of

      FATAL: Invalid object ID 18649 iuota=18470
      java.lang.IllegalStateException: Invalid object ID 18469 iota=18470
      at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:277)
      etc...

      It always happens during the Clearcase segment of the build, but on a different step each time. Sometimes after lsview, sometimes after lshistory, sometimes after mkview ...

      It happens a very low percentage of the time, and it happens on a different project each time. I have around 300 projects running between a number of matrix jobs- we are seeing one or two failures on each runthrough of this, always on different jobs and on different slaves. It started a couple weeks ago- our clearcase server crashed, and jenkins was having some trouble interacting with the server. I upgraded to 1.563 to try and solve that problem (I wound up having to manually delete all the views that had been created in the period between the backup and the crash). Once that issue had been resolved though, we started seeing this problem.

      I upgraded the clearcase plugin to 1.5, and then tried downgrading Jenkins to 1.554.2. I cannot swear to it, but I thought I was on 1.558 before the first problem popped up, and had been very stable for a long time with all build failures being attributed to bad code, so suddenly having Jenkins fail some is kind of jarring.

      At this point, I am not sure what I changed to cause the problem. I remember I had to upgrade slave.jar to version 2.41 from whatever it was before when I did the first upgrade to 1.563. Other then that, nothing else substantial has changed. The Jenkins is on a restricted network with no internet access- I am going to type the stack trace below, so forgive any typos.

      FATAL: Invalid object ID 18649 iuota=18470
      java.lang.IllegalStateException: Invalid object ID 18469 iota=18470
      at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:277)
      at hudson.remoting.ExportTable.get(ExportTable.java:261)
      at hudson.remoting.Channel.getExportedObject(Channel.java:596)
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:292
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:281)
      at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:240)
      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(Unknown Source)
      at java.util.concurrent.FutureTask.run(UNKNOWN SOURCE)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at hudson.remoting.Engine$1$1.run(Engine.java:63)
      at java.lang.Thread.run(Unknown Source)
      Cased by: java.lang.Exception: Object was recently deallocated
      #18649 (ref.0) : hudson.Launcher$RemoteLaunchCallable$1
      created at Fri May 30 19:27:39 EDT 2014
      at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:86)
      at hudson.remoting.ExportTable.export(ExportTable.java:239)
      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.Launcher$RemoteLaunchCallable.call(Launcher.java:1025)
      at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:990)
      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(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at hudson.remoting.Engine$1$1.run(Engine.java:63)
      at java.lang.Thread.run(Unknown Source)
      Released at Fri May 30 19:27:39 EDT 2014
      at hudson.remoting.ExportTable$Entry.release(ExportTable.java:115)
      at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:303)
      at hudson.remoting.Channel.unexport(Channel.java:600)
      at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
      at hudson.remoting.Channel$2.handle(Channel.java:475)
      at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)

      at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:270)
      ... 15 more
      Caused by: Released at Fri May 30 19:27:39 EDT 2014
      at hudson.remoting.ExportTable$Entry.release(ExportTable.java:115)
      at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:303)
      at hudson.remoting.Channel.unexport(Channel.java:600)
      at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
      at hudson.remoting.Channel$2.handle(Channel.java:475)
      at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)

          [JENKINS-23271] Intermittent Invalid Object ID in remoting module

          Paul Becotte created issue -
          Vincent Latombe made changes -
          Component/s Original: clearcase [ 15503 ]

          This is unrelated to clearcase plugin, it seems only related to remoting layer.

          Vincent Latombe added a comment - This is unrelated to clearcase plugin, it seems only related to remoting layer.

          Paul Becotte added a comment -

          That is fine- I wasn't sure and figured it would be better for someone who was sure to make the call.

          Paul Becotte added a comment - That is fine- I wasn't sure and figured it would be better for someone who was sure to make the call.
          Vincent Latombe made changes -
          Assignee Original: Vincent Latombe [ vlatombe ]
          Daniel Beck made changes -
          Component/s New: remoting [ 15489 ]
          Component/s Original: core [ 15593 ]

          Steven Craft added a comment -

          I have Jenkins running on a Windows server, and nearly all the jobs running on OSX slaves. I have the same problem as this, although I don't use Clearcase, I use Mercurial, and it happens during the source control part of the job.

          [Code] $ /usr/local/bin/hg showconfig paths.default
          [Code] $ /usr/local/bin/hg pull --rev default
          [Code] $ /usr/local/bin/hg update --clean --rev default
          0 files updated, 0 files merged, 0 files removed, 0 files unresolved
          [Code] $ /usr/local/bin/hg log --rev . --template

          {node}
          [Code] $ /usr/local/bin/hg log --rev . --template {rev}
          [Code] $ /usr/local/bin/hg log --rev e602dc169d029778c53905f0fc6815f18696ec5e
          [Code] $ /usr/local/bin/hg log --template "<changeset node='{node}

          ' author='

          {author|xmlescape}

          ' rev='

          {rev}

          ' date='

          {date}

          '><msg>

          {desc|xmlescape}

          </msg><added>

          {file_adds|stringify|xmlescape}

          </added><deleted>

          {file_dels|stringify|xmlescape}

          </deleted><files>

          {files|stringify|xmlescape}

          </files><parents>

          {parents}

          </parents></changeset>\n" --rev default:0 --follow --prune e602dc169d029778c53905f0fc6815f18696ec5e --encoding UTF-8 --encodingmode replace
          FATAL: Invalid object ID 38179 iota=38180
          java.lang.IllegalStateException: Invalid object ID 38179 iota=38180
          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:301)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:290)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:249)
          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:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:695)
          Caused by: java.lang.Exception: Object was recently deallocated
          #38179 (ref.0) : hudson.Launcher$RemoteLaunchCallable$1
          Created at Fri Oct 17 12:24:08 BST 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.Launcher$RemoteLaunchCallable.call(Launcher.java:1137)
          at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1100)
          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:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:695)
          Released at Fri Oct 17 12:24:08 BST 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332)
          at hudson.remoting.Channel.unexport(Channel.java:600)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
          at hudson.remoting.Channel$2.handle(Channel.java:475)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@5a5d0d74 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:229)
          at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
          at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
          at java.lang.ref.Finalizer.access$100(Unknown Source)
          at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
          at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:297)
          ... 14 more
          Caused by: Released at Fri Oct 17 12:24:08 BST 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332)
          at hudson.remoting.Channel.unexport(Channel.java:600)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
          at hudson.remoting.Channel$2.handle(Channel.java:475)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@1307c26 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:229)
          at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
          at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
          at java.lang.ref.Finalizer.access$100(Unknown Source)
          at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

          Steven Craft added a comment - I have Jenkins running on a Windows server, and nearly all the jobs running on OSX slaves. I have the same problem as this, although I don't use Clearcase, I use Mercurial, and it happens during the source control part of the job. [Code] $ /usr/local/bin/hg showconfig paths.default [Code] $ /usr/local/bin/hg pull --rev default [Code] $ /usr/local/bin/hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [Code] $ /usr/local/bin/hg log --rev . --template {node} [Code] $ /usr/local/bin/hg log --rev . --template {rev} [Code] $ /usr/local/bin/hg log --rev e602dc169d029778c53905f0fc6815f18696ec5e [Code] $ /usr/local/bin/hg log --template "<changeset node='{node} ' author=' {author|xmlescape} ' rev=' {rev} ' date=' {date} '><msg> {desc|xmlescape} </msg><added> {file_adds|stringify|xmlescape} </added><deleted> {file_dels|stringify|xmlescape} </deleted><files> {files|stringify|xmlescape} </files><parents> {parents} </parents></changeset>\n" --rev default:0 --follow --prune e602dc169d029778c53905f0fc6815f18696ec5e --encoding UTF-8 --encodingmode replace FATAL: Invalid object ID 38179 iota=38180 java.lang.IllegalStateException: Invalid object ID 38179 iota=38180 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:301) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:290) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:249) 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:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:695) Caused by: java.lang.Exception: Object was recently deallocated #38179 (ref.0) : hudson.Launcher$RemoteLaunchCallable$1 Created at Fri Oct 17 12:24:08 BST 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.Launcher$RemoteLaunchCallable.call(Launcher.java:1137) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1100) 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:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:695) Released at Fri Oct 17 12:24:08 BST 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332) at hudson.remoting.Channel.unexport(Channel.java:600) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38) at hudson.remoting.Channel$2.handle(Channel.java:475) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@5a5d0d74 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:229) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Unknown Source) at java.lang.ref.Finalizer.access$100(Unknown Source) at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source) at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:297) ... 14 more Caused by: Released at Fri Oct 17 12:24:08 BST 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332) at hudson.remoting.Channel.unexport(Channel.java:600) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38) at hudson.remoting.Channel$2.handle(Channel.java:475) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@1307c26 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:229) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Unknown Source) at java.lang.ref.Finalizer.access$100(Unknown Source) at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
          Daniel Beck made changes -
          Summary Original: Intermittent Ivalid Object ID in remoting module New: Intermittent Invalid Object ID in remoting module

          Hi, we are seeing the same issue on a single OSX Client (Linux Master Server). Version 1.572.

          I've noticed it on two builds this morning.

          At the time, the build script was doing an untar in the command shell.

          x lib/QtXmlPatterns.framework/Versions/Current/Headers/qxmlnamepool.hFATAL: Invalid object ID 473 iota=474
          java.lang.IllegalStateException: Invalid object ID 473 iota=474
          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:301)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:290)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:249)
          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:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:680)
          Caused by: java.lang.Exception: Object was recently deallocated
          #473 (ref.0) : hudson.Launcher$RemoteLaunchCallable$1
          Created at Thu Nov 06 02:55:27 GMT 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.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
          at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1078)
          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:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:680)
          Released at Thu Nov 06 02:55:28 GMT 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332)
          at hudson.remoting.Channel.unexport(Channel.java:600)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
          at hudson.remoting.Channel$2.handle(Channel.java:475)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@52a2a0cb 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:229)
          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:297)
          ... 14 more
          Caused by: Released at Thu Nov 06 02:55:28 UTC 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332)
          at hudson.remoting.Channel.unexport(Channel.java:600)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
          at hudson.remoting.Channel$2.handle(Channel.java:475)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@1efacbac 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:229)
          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)

          Christian Symmons added a comment - Hi, we are seeing the same issue on a single OSX Client (Linux Master Server). Version 1.572. I've noticed it on two builds this morning. At the time, the build script was doing an untar in the command shell. x lib/QtXmlPatterns.framework/Versions/Current/Headers/qxmlnamepool.hFATAL: Invalid object ID 473 iota=474 java.lang.IllegalStateException: Invalid object ID 473 iota=474 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:301) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:290) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:249) 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:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:680) Caused by: java.lang.Exception: Object was recently deallocated #473 (ref.0) : hudson.Launcher$RemoteLaunchCallable$1 Created at Thu Nov 06 02:55:27 GMT 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.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1078) 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:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:680) Released at Thu Nov 06 02:55:28 GMT 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332) at hudson.remoting.Channel.unexport(Channel.java:600) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38) at hudson.remoting.Channel$2.handle(Channel.java:475) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@52a2a0cb 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:229) 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:297) ... 14 more Caused by: Released at Thu Nov 06 02:55:28 UTC 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:332) at hudson.remoting.Channel.unexport(Channel.java:600) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38) at hudson.remoting.Channel$2.handle(Channel.java:475) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@1efacbac 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:229) 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)

          Mark Gollin added a comment -

          Also seeing this issue on OS X Yosemite slave which is connected through SSH. The Perl script was likely trying to send output at the time.

          [AXPAppBuild] $ /bin/sh -xe /var/folders/ft/t3f3yt350bxg5_9dbvm_0p100000gz/T/hudson8162295933868013475.sh
          + cd common/Platform/BuildTools
          + /usr/bin/perl PostJenkinsBuild.pl TestFlightRequestFlavor
          FATAL: Invalid object ID 89568 iota=89569
          java.lang.IllegalStateException: Invalid object ID 89568 iota=89569
          at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:354)
          at hudson.remoting.ExportTable.get(ExportTable.java:330)
          at hudson.remoting.Channel.getExportedObject(Channel.java:604)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:317)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:301)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:260)
          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:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          at ......remote call to axpBuildNode(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:179)
          at com.sun.proxy.$Proxy84.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:1759)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
          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
          #89568 (ref.0) : object=null type=hudson.Launcher$RemoteLaunchCallable$1 interfaces=[hudson.Launcher$RemoteProcess]
          Created at Tue Dec 02 15:31:33 PST 2014
          at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:99)
          at hudson.remoting.ExportTable.export(ExportTable.java:305)
          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:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          Released at Tue Dec 02 15:31:33 PST 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:382)
          at hudson.remoting.Channel.unexport(Channel.java:612)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43)
          at hudson.remoting.Channel$2.handle(Channel.java:483)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@4ec80966 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:240)
          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)
          Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@15de0 was created for interface hudson.Launcher$RemoteProcess
          at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:99)
          at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:111)
          at hudson.remoting.Channel.export(Channel.java:592)
          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:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:347)
          at hudson.remoting.ExportTable.get(ExportTable.java:330)
          at hudson.remoting.Channel.getExportedObject(Channel.java:604)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:317)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:301)
          at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:260)
          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:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          Caused by: Released at Tue Dec 02 15:31:33 PST 2014
          at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131)
          at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:382)
          at hudson.remoting.Channel.unexport(Channel.java:612)
          at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43)
          at hudson.remoting.Channel$2.handle(Channel.java:483)
          at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
          Caused by: Command hudson.remoting.UnexportCommand@48b2cdf7 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:240)
          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)
          Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@15de0 was created for interface hudson.Launcher$RemoteProcess
          at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:99)
          at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:111)
          at hudson.remoting.Channel.export(Channel.java:592)
          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:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)

          Mark Gollin added a comment - Also seeing this issue on OS X Yosemite slave which is connected through SSH. The Perl script was likely trying to send output at the time. [AXPAppBuild] $ /bin/sh -xe /var/folders/ft/t3f3yt350bxg5_9dbvm_0p100000gz/T/hudson8162295933868013475.sh + cd common/Platform/BuildTools + /usr/bin/perl PostJenkinsBuild.pl TestFlightRequestFlavor FATAL: Invalid object ID 89568 iota=89569 java.lang.IllegalStateException: Invalid object ID 89568 iota=89569 at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:354) at hudson.remoting.ExportTable.get(ExportTable.java:330) at hudson.remoting.Channel.getExportedObject(Channel.java:604) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:317) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:301) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:260) 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:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at ......remote call to axpBuildNode(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:179) at com.sun.proxy.$Proxy84.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:1759) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 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 #89568 (ref.0) : object=null type=hudson.Launcher$RemoteLaunchCallable$1 interfaces= [hudson.Launcher$RemoteProcess] Created at Tue Dec 02 15:31:33 PST 2014 at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:99) at hudson.remoting.ExportTable.export(ExportTable.java:305) 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:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Released at Tue Dec 02 15:31:33 PST 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:382) at hudson.remoting.Channel.unexport(Channel.java:612) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43) at hudson.remoting.Channel$2.handle(Channel.java:483) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@4ec80966 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:240) 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) Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@15de0 was created for interface hudson.Launcher$RemoteProcess at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:99) at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:111) at hudson.remoting.Channel.export(Channel.java:592) 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:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:347) at hudson.remoting.ExportTable.get(ExportTable.java:330) at hudson.remoting.Channel.getExportedObject(Channel.java:604) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:317) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:301) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:260) 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:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: Released at Tue Dec 02 15:31:33 PST 2014 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:382) at hudson.remoting.Channel.unexport(Channel.java:612) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43) at hudson.remoting.Channel$2.handle(Channel.java:483) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@48b2cdf7 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:240) 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) Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@15de0 was created for interface hudson.Launcher$RemoteProcess at hudson.remoting.RemoteInvocationHandler.<init>(RemoteInvocationHandler.java:99) at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:111) at hudson.remoting.Channel.export(Channel.java:592) 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:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

            oleg_nenashev Oleg Nenashev
            pbecotte Paul Becotte
            Votes:
            83 Vote for this issue
            Watchers:
            102 Start watching this issue

              Created:
              Updated:
              Resolved: