Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: MB-1145
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Timothy Bish
Reporter: Joe Luo
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
FUSE Message Broker

Incorrect paths used in wrapper.conf

Created: 19/Apr/12 02:37 PM   Updated: 19/Apr/12 06:48 PM
Component/s: None
Affects Version/s: 5.5.1-fuse-03-04
Fix Version/s: 5.6.0-fuse-00-00, 5.5.1-fuse-07-11

Issue Links:
Linked
 

External Issue URL: https://issues.apache.org/jira/browse/AMQ-3248


 Description  « Hide
Despite MB-847 (aka AMQ-3248) being closed, incorrect paths still using %ACTIVEMQ_BASE%/conf appear in the wrapper.conf files. They should use %ACTIVEMQ_CONF% instead.

Grepping for it gave me:

./bin/macosx/wrapper.conf:wrapper.java.additional.5=-Djavax.net.ssl.keyStore=%ACTIVEMQ_BASE%/conf/broker.ks
./bin/macosx/wrapper.conf:wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker.ts
./bin/macosx/wrapper.conf:wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf
./bin/linux-x86-64/wrapper.conf:wrapper.java.additional.5=-Djavax.net.ssl.keyStore=%ACTIVEMQ_BASE%/conf/broker.ks
./bin/linux-x86-64/wrapper.conf:wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker.ts
./bin/linux-x86-64/wrapper.conf:wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf
./bin/linux-x86-32/wrapper.conf:wrapper.java.additional.5=-Djavax.net.ssl.keyStore=%ACTIVEMQ_BASE%/conf/broker.ks
./bin/linux-x86-32/wrapper.conf:wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker.ts
./bin/linux-x86-32/wrapper.conf:wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf

Note that ./bin/activemq (for instance) is correct and uses:

-Dactivemq.conf=\"${ACTIVEMQ_CONF}\" \



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.