Christian Posta created APLO-246:
------------------------------------
Summary: Cannot start Apollo as a windows service when not on C drive
Key: APLO-246
URL: https://issues.apache.org/jira/browse/APLO-246
Project: ActiveMQ Apollo
Issue Type: Bug
Affects Versions: 1.4
Environment: Windows Server 2008 R2, jre7 and jre6
Reporter: Christian Posta
Priority: Minor
recreated from user as described here:
http://activemq.2283324.n4.nabble.com/Apollo-as-Windows-Service-td4655390.html
When apollo binaries are on a different drive letter than C, whether copied or extracted directly
to there, the service starts up with:
Exception in thread "main" java.lang.ClassNotFoundException: org.apache.activemq.apollo.cli.Apollo
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.apache.activemq.apollo.boot.Apollo.main(Apollo.java:92)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|