My Company is using CruiseControl as A build tool for continuous Integration. We are able to configure the components and build the components in Cruise Control.
We were running the application successfully through batch file before. Now we are trying to run the cruise control through windows service. We are able to start the application, but unable to connect MKS through windows service.
I am sending details regarding thIS application versions below
and also attached wrapper.conf and wrapper.log file along with this mail.
Cruise control version : CruiseControl-2.8.4
Wrapper version : 3.1.1
Operating System : windows 7
System type : 64 bit
INFO | jvm 1 | 2012/06/14 14:11:23 | [cc]Jun-14 14:11:23 Project - Project DeviceContextManagerHCxHeatCool: idle
INFO | jvm 1 | 2012/06/14 14:11:23 | [cc]Jun-14 14:11:23 jectController- DeviceContextManagerHCxHeatCool Controller: build progress event: idle
INFO | jvm 1 | 2012/06/14 14:11:23 | [cc]Jun-14 14:11:23 Project - exception attempting build in project DeviceContextManagerHCxHeatCool
INFO | jvm 1 | 2012/06/14 14:11:23 | net.sourceforge.cruisecontrol.CruiseControlException: Bootstrap failed with error: D:\CCver3\continous_Integration\utilities\mks\mksutil\mksconnect.xml:11: Command failed (253): si connect --hostname=we0app08.de.bosch.com --port=9001 --user=usr4cint --password=mks --yes --batch
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.bootstrappers.AntBootstrapper.bootstrap(AntBootstrapper.java:68)
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.Project.bootstrap(Project.java:779)
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.Project.build(Project.java:193)
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.Project.execute(Project.java:148)
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.ProjectConfig.execute(ProjectConfig.java:408)
INFO | jvm 1 | 2012/06/14 14:11:23 | at net.sourceforge.cruisecontrol.ProjectWrapper.run(ProjectWrapper.java:69)
INFO | jvm 1 | 2012/06/14 14:11:23 | at java.lang.Thread.run(Unknown Source)