[JIRA] (JENKINS-51450) hudson.remoting.Channel.isClosingOrClosed post update

41 views
Skip to first unread message

james.carley@esendex.com (JIRA)

unread,
May 21, 2018, 6:21:04 AM5/21/18
to jenkinsc...@googlegroups.com
James Carley created an issue
 
Jenkins / Bug JENKINS-51450
hudson.remoting.Channel.isClosingOrClosed post update
Issue Type: Bug Bug
Assignee: Unassigned
Components: hudson-pview
Created: 2018-05-21 10:20
Priority: Major Major
Reporter: James Carley

Firstly apologies on the component selected - wasn't sure what to select 

On Friday I updated Jenkins to ver. 2.122 from 1.642.1. 

The update went smoothly and after updating all the plugins and reconnecting my slaves everything is running as it should apart from one of the slaves. Since the update, I'm unable to build to that one in particular. 

I've got it running as a Windows service on 2012r2 and have tried reinstalling it 

Below is the stack trace from any job thats run against this slave

 

10:22:27 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Channel to /10.1.165.107
10:22:27 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
10:22:27 		at hudson.remoting.UserResponse.retrieve(UserRequest.java:389)
10:22:27 		at hudson.remoting.Channel.call(Channel.java:955)
10:22:27 		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1052)
10:22:27 		at hudson.Launcher$ProcStarter.start(Launcher.java:449)
10:22:27 		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
10:22:27 		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
10:22:27 		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
10:22:27 		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
10:22:27 		at hudson.model.Build$BuildExecution.build(Build.java:206)
10:22:27 		at hudson.model.Build$BuildExecution.doRun(Build.java:163)
10:22:27 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
10:22:27 		at hudson.model.Run.execute(Run.java:1794)
10:22:27 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
10:22:27 		at hudson.model.ResourceController.execute(ResourceController.java:97)
10:22:27 		at hudson.model.Executor.run(Executor.java:429)
10:22:27 java.lang.NoSuchMethodError: hudson.remoting.Channel.isClosingOrClosed()Z
10:22:27 	at jenkins.security.MasterToSlaveCallable.getOpenChannelOrFail(MasterToSlaveCallable.java:45)
10:22:27 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1291)
10:22:27 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1259)
10:22:27 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
10:22:27 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
10:22:27 	at hudson.remoting.Request$2.run(Request.java:326)
10:22:27 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
10:22:27 	at java.util.concurrent.FutureTask.run(Unknown Source)
10:22:27 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
10:22:27 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
10:22:27 	at hudson.remoting.Engine$1$1.run(Engine.java:63)
10:22:27 	at java.lang.Thread.run(Unknown Source)
10:22:27 Caused: java.io.IOException: Remote call on Channel to /10.1.165.107 failed
10:22:27 	at hudson.remoting.Channel.call(Channel.java:961)
10:22:27 	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1052)
10:22:27 	at hudson.Launcher$ProcStarter.start(Launcher.java:449)
10:22:27 	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
10:22:27 	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
10:22:27 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
10:22:27 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
10:22:27 	at hudson.model.Build$BuildExecution.build(Build.java:206)
10:22:27 	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
10:22:27 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
10:22:27 	at hudson.model.Run.execute(Run.java:1794)
10:22:27 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
10:22:27 	at hudson.model.ResourceController.execute(ResourceController.java:97)
10:22:27 	at hudson.model.Executor.run(Executor.java:429)
10:22:27 Build step 'Windows PowerShell' marked build as failure

 

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

james.carley@esendex.com (JIRA)

unread,
May 21, 2018, 6:42:02 AM5/21/18
to jenkinsc...@googlegroups.com
James Carley updated an issue
Change By: James Carley
Firstly apologies on the component selected - wasn't sure what to select 

On Friday I updated Jenkins to ver. 2.122 from 1.642.1. 

The update went smoothly and after updating all the plugins and reconnecting my slaves everything is running as it should apart from one of the slaves. Since the update, I'm unable to build to that one in particular. 

I've got it running as a Windows service on 2012r2 and have tried reinstalling it 

Below is the stack trace from any job thats run against this slave

 
{code:java}
10:22:27 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Channel to /
10 xx . 1 xx . 165 xx . 107 xx
10:22:27 Caused: java.io.IOException: Remote call on Channel to / 10 xx . 1 xx . 165 xx . 107 xx failed

10:22:27  at hudson.remoting.Channel.call(Channel.java:961)
10:22:27  at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1052)
10:22:27  at hudson.Launcher$ProcStarter.start(Launcher.java:449)
10:22:27  at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
10:22:27  at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
10:22:27  at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
10:22:27  at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
10:22:27  at hudson.model.Build$BuildExecution.build(Build.java:206)
10:22:27  at hudson.model.Build$BuildExecution.doRun(Build.java:163)
10:22:27  at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
10:22:27  at hudson.model.Run.execute(Run.java:1794)
10:22:27  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
10:22:27  at hudson.model.ResourceController.execute(ResourceController.java:97)
10:22:27  at hudson.model.Executor.run(Executor.java:429)
10:22:27 Build step 'Windows PowerShell' marked build as failure
{code}
 

james.carley@esendex.com (JIRA)

unread,
May 21, 2018, 7:13:01 AM5/21/18
to jenkinsc...@googlegroups.com
James Carley closed an issue as Fixed
 

Fixed by downloading the slave.jar file again from the UI and replacing it with the current one 

Change By: James Carley
Status: Open Closed
Resolution: Fixed
Reply all
Reply to author
Forward
0 new messages