[
https://jira.jboss.org/jira/browse/JOPR-68?page=com.atlassian.jira.plugin...
]
Heiko W. Rupp commented on JOPR-68:
-----------------------------------
Actually the cited test above in the original run.sh does not work, even if Jopr would
pass in -c default instead of --configuration=default
The correct version would be
eval SWITCH=\${$arg_count}
while [ ! -z "$SWITCH" ]
do
with double quotes around $SWITCH
Still there is a space character sneaking in at a place where it should not ...
JBossAS Start operation doesn't work for EAP instances w/
configSets other than 'production'
--------------------------------------------------------------------------------------------
Key: JOPR-68
URL:
https://jira.jboss.org/jira/browse/JOPR-68
Project: Jopr
Issue Type: Bug
Components: Plugin - RHQ Server
Affects Versions: 2.1
Environment: N/A
Reporter: Mark Burchard
Assignee: Heiko W. Rupp
Fix For: 2.2
Attachments: run.sh
This is actually a bug with JBAS run.sh:
if [ "$SWITCH" = "-c" ]; then
Basically, JON/JOPR uses the --configuration switch to start appservers, but a bug in
JBAS run.sh omits the long form as an option.
JOPR fix is to use the short form -c
A bug will be filed against JBAS to have this fixed at the source.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira