Details
Description
"./activemq list " can work.
"./activemq-admin list" can not work.
It seems that a bug of jdk.
see here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6649594
To fix it: just remove this:
-Djava.io.tmpdir="${ACTIVEMQ_TMP}"
Attachments
Issue Links
- relates to
-
AMQ-3789 Setting java.io.tmp makes problems with some shell commands
- Resolved