jpablobr.com

→ how to set up cruisecontrol on windows

More on: cruisecontrol, Tue Oct 15 00:30:03 -0600 2009

Here the steps I have followed in order to install and run cruisecontrolas a windows service.

  1. Download cruisecontrol. I used the version 2.6.2 windows installer.
  2. Run the installer and check the windows service box.
  3. You should read the message: "wrapper | CruiseControl Service installed."
  4. Try to open a browser at the url: http://localhost:8180
  5. If you see the normal screen of cruisecontrol you have been lucky (not like me) and you are done!.
  6. ...Otherwise...If you see an error like 500 code open thewrapper.log under the log folder. Check for a message like:

Unable to find a javac compiler;

com.sun.tools.javac.Main is not on the classpath.

Perhaps JAVA_HOME does not point to the JDK.

proceed with the following item.

  1. Copy the file tools.jar to <JAVA_HOME>\jre\lib\ext folder. I found this solution here.
  2. Restart the service, it should be works.
  3. If still doesn't work... copy the tools.jar also under the folder/lib/ext
blog comments powered by Disqus