You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/02/06 17:49:12 UTC

[jira] [Created] (AMQ-4299) ActiveMQ doesn't start using the service wrapper

Jean-Baptiste Onofré created AMQ-4299:
-----------------------------------------

             Summary: ActiveMQ doesn't start using the service wrapper
                 Key: AMQ-4299
                 URL: https://issues.apache.org/jira/browse/AMQ-4299
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.7.0
            Reporter: Jean-Baptiste Onofré
            Priority: Critical


ActiveMQ doesn't start when you use the service wrapper.

For instance, you go in:

apache-activemq-5.7.0/bin/linux-x86-64

and run ActiveMQ with:

./activemq start

if you take a look in the data/wrapper.log, you will see:

STATUS | wrapper  | 2013/02/06 17:42:00 | Launching a JVM...
INFO   | jvm 3    | 2013/02/06 17:42:00 | Exception in thread "main" java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/WrapperSimpleApp
INFO   | jvm 3    | 2013/02/06 17:42:00 | Caused by: java.lang.ClassNotFoundException: org.tanukisoftware.wrapper.WrapperSimpleApp
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO   | jvm 3    | 2013/02/06 17:42:00 |       at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
ERROR  | wrapper  | 2013/02/06 17:42:00 | JVM exited while loading the application.
INFO   | jvm 3    | 2013/02/06 17:42:00 | Could not find the main class: org.tanukisoftware.wrapper.WrapperSimpleApp.  Program will exit.

So ActiveMQ doesn't start at all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira