I'm attempting to set up my first node to a Jenkins CI Master. Master is on Linux CentOS and Slave is Windows 7. Both have Jenkins CI version 1.450 installed and running.
When Connecting to the Slave From the Master, the following Error Message is displayed in the window: Connecting to [slave] Checking if Java exists java full version "1.6.0_30-b12" Copying jenkins-slave.xml Copying slave.jar Starting the service Waiting for the service to become ready ERROR: The service didn't respond. Perphaps it failed to launch? The Same error message is contained in a LOG file on the Slave computer. I am unable to find any solution that works. I've tried Registry edits, naming convention attempts, DCOM permissions, etc... Since the message also appears on the Windows Slave, I'm assuming that Connectivity is NOT the problem. The Jenkins Slave service is created on the Windows Box, however it's unable to start. If I go to the Service Control Panel on the Windows Slave, and manually try to start the service, the Error Message appears: Windows could not start the slave at Jenkins Slave at C:\development\jenkins service on the Local Computer. Error 1067: The process terminated unexpectedly. I've searched both error message and come up empty. Suggestions?