I've followed the instruction for installing Fisheye as a Windows service. This all worked fine but the service is stopping after been started.
Here is the wrapper.log:
STATUS | wrapper | 2012/12/07 14:40:14 | --> Wrapper Started as Service
STATUS | wrapper | 2012/12/07 14:40:14 | Launching a JVM...
INFO | jvm 1 | 2012/12/07 14:40:14 | java version 1.7.0_09
INFO | jvm 1 | 2012/12/07 14:40:14 | Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
INFO | jvm 1 | 2012/12/07 14:40:14 | Java HotSpot(TM) Server VM (build 23.5-b02, mixed mode)
INFO | jvm 1 | 2012/12/07 14:40:14 |
INFO | jvm 1 | 2012/12/07 14:40:14 | JDK 1.5 detected, registering Java Service Wrapper MBean
INFO | jvm 1 | 2012/12/07 14:40:14 | WrapperStartStopApp: Unable to locate the class com.cenqua.fisheye.FishEyeCtl: java.lang.ClassNotFoundException: com.cenqua.fisheye.FishEyeCtl
INFO | jvm 1 | 2012/12/07 14:40:14 |
INFO | jvm 1 | 2012/12/07 14:40:14 | WrapperStartStopApp Usage:
INFO | jvm 1 | 2012/12/07 14:40:14 | java org.tanukisoftware.wrapper.WrapperStartStopApp {start_class} {start_arg_count} start_arguments {stop_class} {stop_wait} {stop_arg_count} stop_arguments
INFO | jvm 1 | 2012/12/07 14:40:14 |
INFO | jvm 1 | 2012/12/07 14:40:14 | Where:
INFO | jvm 1 | 2012/12/07 14:40:14 | start_class: The fully qualified class name to run to start the
INFO | jvm 1 | 2012/12/07 14:40:14 | application.
INFO | jvm 1 | 2012/12/07 14:40:14 | start_arg_count: The number of arguments to be passed to the start class's
INFO | jvm 1 | 2012/12/07 14:40:14 | main method.
INFO | jvm 1 | 2012/12/07 14:40:14 | stop_class: The fully qualified class name to run to stop the
INFO | jvm 1 | 2012/12/07 14:40:14 | application.
INFO | jvm 1 | 2012/12/07 14:40:14 | stop_wait: When stopping, should the Wrapper wait for all threads to
INFO | jvm 1 | 2012/12/07 14:40:14 | complete before exiting (true/false).
INFO | jvm 1 | 2012/12/07 14:40:14 | stop_arg_count: The number of arguments to be passed to the stop class's
INFO | jvm 1 | 2012/12/07 14:40:14 | main method.
INFO | jvm 1 | 2012/12/07 14:40:14 | app_parameters: The parameters that would normally be passed to the
INFO | jvm 1 | 2012/12/07 14:40:14 | application.
STATUS | wrapper | 2012/12/07 14:40:16 | <-- Wrapper Stopped
It is a Windows Server 2003. I am happy for any help.
C.