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
Joe Luo made changes - 19/Apr/12 02:37 PM
Field Original Value New Value
Link This issue is linked to MB-847 [ MB-847 ]
Joe Luo made changes - 19/Apr/12 02:38 PM
Issue Type Bug [ 1 ] Improvement [ 4 ]
Joe Luo made changes - 19/Apr/12 02:41 PM
Link This issue fixes DEV-4033 [ DEV-4033 ]
Timothy Bish made changes - 19/Apr/12 06:47 PM
Assignee Timothy Bish [ tabish121 ]
Timothy Bish made changes - 19/Apr/12 06:48 PM
Status Open [ 1 ] Resolved [ 5 ]
External Issue URL https://issues.apache.org/jira/browse/AMQ-3248
Resolution Fixed [ 1 ]
Timothy Bish made changes - 19/Apr/12 06:48 PM
Fix Version/s 5.6.0-fuse-00-00 [ 11370 ]
Fix Version/s 5.5.1-fuse-xx-xx [ 11740 ]