ActiveMQ 5 Windows Service installation is incorrectly configured. Service
immediately shuts down when started.
---------------------------------------------------------------------------------------------------------------
Key: AMQ-1555
URL: https://issues.apache.org/activemq/browse/AMQ-1555
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.0.0
Environment: Windows XP
Reporter: Ben Anderson
If ActiveMQ 5.0.0 is installed as a windows service it will immediately shut
down when started. This is because the wrapper.conf file has been incorrectly
configured (or more likely, is still using the ActiveMQ 4 configuration which
does not work for ActiveMQ 5).
The following line in wrapper.conf should be changed from:
wrapper.app.parameter.1=org.apache.activemq.console.Main
to
wrapper.app.parameter.1=org.apache.activemq.console.Main *start*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.