Hi there,
I am trying to run FishEye as an Windows service, following the document below.
http://confluence.atlassian.com/display/FISHEYE/Run+FishEye+as+a+Windows+service
However, after doing set ups it does not start up.
Wrapper.log records following error.
INFO | jvm 1 | 2012/03/05 20:50:27 | Error: no `server' JVM at `C:\Program Files (x86)\Java\jre6\bin\server\jvm.dll'.
ERROR | wrapper | 2012/03/05 20:50:27 | JVM exited while loading the application.
Any suggestions?
Regards,
Daisuke Niwa
This error is described on the same http://confluence.atlassian.com/display/FISHEYE/Run+FishEye+as+a+Windows+service page.
Look for the text in the yellow box:
Please note that the Wrapper configuration provided above uses the
-server
parameter to enable theJava HotSpotTM Server VM. This feature is only available if you use the JDK. If you use the JRE you will likely get the following error in your logs:INFO | jvm 1 | 2010/12/20 18:19:28 | Error: no `server' JVM at `C:\Program Files\Java\jre6\bin\server\jvm.dll'.
A common issue is that customers remove the
-server
parameter from thewrapper.conf
file. Please note that if you do this, the Wrapper script will ignore any of the following JVM parameters unless you change the sequence to start atwrapper.java.additional.1
. This is an issue with the Wrapper application.In this situation it's likely best to install and run Fisheye/Crucible with the JDK to get all the advantages of the
-server
functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.