I am trying to start ActiveMQ as a service on a Windows box (I'm trying the
win64 version). However, it fails to start, and I see the following message
in the wrapper.log:

STATUS | wrapper  | 2012/11/01 13:04:03 | Launching a JVM...
INFO   | jvm 1    | 2012/11/01 13:04:03 | java.lang.NoClassDefFoundError:
Files\ActiveMQ\bin\win64\//\///conf/broker/ks
INFO   | jvm 1    | 2012/11/01 13:04:03 | Caused by:
java.lang.ClassNotFoundException:
Files\ActiveMQ\bin\win64\..\...conf.broker.ks
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
java.lang.ClassLoader.loadClass(ClassLoader.java:306)
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO   | jvm 1    | 2012/11/01 13:04:03 |       at
java.lang.ClassLoader.loadClass(ClassLoader.java:247)
INFO   | jvm 1    | 2012/11/01 13:04:03 | Could not find the main class:
Files\ActiveMQ\bin\win64\..\../conf/broker.ks.  Program will exit.
INFO   | jvm 1    | 2012/11/01 13:04:03 | Exception in thread "main" 
ERROR  | wrapper  | 2012/11/01 13:04:03 | JVM exited while loading the
application.

I haven't changed the relevant lines in the wrapper.conf file:

wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_CONF%/broker.ts

ActiveMQ is installed in C:\Program Files





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Trouble-starting-ActiveMQ-as-service-on-Windows-Broker-ks-tp4658602.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to