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.
This problem was solved reinstalling Fisheye with a dedicated non-privileged fisheye user as mentioned in the installation guide.
But nontheless thanks for your advices.
C.
Though I m not familiar to Fisheye, looking at the above logs seems that you've installed Fisheye on JAVA 1.7. Can you please try using JDK 1.6. Also try disabling the antivirus while you are installing the Fisheye.See if it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.