Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: swarm
Created: 17/Jul/13 8:59 PM
Description:

I am unable to get the swarm client to run properly when configured as a windows service. I configured the service using the following command line:

sc create swarm binpath= "\"C:\Program Files (x86)\Java\jre7\bin\java.exe\" -Xrs -jar c:\swarm\swarm-client-1.9-jar-with-dependencies.jar -executors 2 -fsroot c:\jenkins-slave -labels myLabel -mode exclusive -name NewNode " displayname= "Jenkins Swarm" start= delayed-auto

When I start the service through Services, I can see that the node becomes active when I look at the homepage on the master. Unfortunately, Windows thinks that it was unsuccessful and terminates the service with the following error:

Windows could not start the Jenkins Swarm service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.

I can run the command line manually on the node and it works fine.

It would be great if this was fixed so that swarm could run as a service.

Environment: Windows Server 2008
Project: Jenkins
Priority: Major Major
Reporter: tim johnston
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/groups/opt_out.
 
 

Reply via email to