[JIRA] [remoting] (JENKINS-16393) "Unable to call join" build failures

1 view
Skip to first unread message

westerlaak@gmail.com (JIRA)

unread,
Oct 15, 2015, 7:46:02 AM10/15/15
to jenkinsc...@googlegroups.com
Michel van Westerlaak commented on Bug JENKINS-16393
 
Re: "Unable to call join" build failures

Seen on 1.624 (Linux master, build running on Win slave)

ERROR: Build step failed with exception
java.lang.IllegalStateException: Unable to call join. Invalid object ID 1021
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:293)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	at ......remote call to buildlane_q7_01(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:778)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy65.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:992)
	at hudson.Launcher$ProcStarter.join(Launcher.java:389)
	at hudson.tasks.Ant.perform(Ant.java:217)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.Build$BuildExecution.build(Build.java:205)
	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:381)
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

Alex.Davies@thomsons.com (JIRA)

unread,
Oct 16, 2015, 5:17:03 AM10/16/15
to jenkinsc...@googlegroups.com

Also occuring on 1.609.3 Windows 2008R2 server and JNLP slave also on Windows Server 2008R2

09:55:10 ERROR: Build step failed with exception
09:55:10 java.lang.IllegalStateException: Unable to call join. Invalid object ID 159
09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:293)
09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
09:55:10 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
09:55:10 at hudson.remoting.UserRequest.perform(UserRequest.java:118)
09:55:10 at hudson.remoting.UserRequest.perform(UserRequest.java:48)
09:55:10 at hudson.remoting.Request$2.run(Request.java:328)
09:55:10 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
09:55:10 at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
09:55:10 at java.util.concurrent.FutureTask.run(Unknown Source)
09:55:10 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
09:55:10 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
09:55:10 at hudson.remoting.Engine$1$1.run(Engine.java:63)
09:55:10 at java.lang.Thread.run(Unknown Source)
09:55:10 at ......remote call to QA-DB-Farm06(Native Method)
09:55:10 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
09:55:10 at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
09:55:10 at hudson.remoting.Channel.call(Channel.java:778)
09:55:10 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
09:55:10 at com.sun.proxy.$Proxy51.join(Unknown Source)
09:55:10 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979)
09:55:10 at hudson.Launcher$ProcStarter.join(Launcher.java:388)
09:55:10 at hudson.plugins.msbuild.MsBuildBuilder.perform(MsBuildBuilder.java:199)
09:55:10 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
09:55:10 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776)
09:55:10 at hudson.model.Build$BuildExecution.build(Build.java:203)
09:55:10 at hudson.model.Build$BuildExecution.doRun(Build.java:160)
09:55:10 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536)
09:55:10 at hudson.model.Run.execute(Run.java:1738)
09:55:10 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:55:10 at hudson.model.ResourceController.execute(ResourceController.java:98)
09:55:10 at hudson.model.Executor.run(Executor.java:381)

Barry.Tieu@gmail.com (JIRA)

unread,
Apr 18, 2016, 4:23:01 PM4/18/16
to jenkinsc...@googlegroups.com

This error went away when switching the Jenkins master from Open JDK 8 to IBM JDK 7

o.v.nenashev@gmail.com (JIRA)

unread,
Aug 19, 2016, 4:37:01 PM8/19/16
to jenkinsc...@googlegroups.com

There are several related issues.
Particular causes have been addressed, other progress is being tracked in JENKINS-23271

This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages