[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8240) RSE Server Shutdown Does Not Work with AS6

Rob Stryker (JIRA) jira-events at lists.jboss.org
Mon Feb 7 13:57:48 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580592#comment-12580592 ] 

Rob Stryker commented on JBIDE-8240:
------------------------------------

RSELaunchDelegate.getDefaultStopCommand(etc) clearly has hte following lines:

		String stop = new Path(rseHome).append(c.BIN).append(c.SHUTDOWN_SH).toString() + IJBossRuntimeConstants.SPACE;
		stop += StopLaunchConfiguration.getDefaultArgs(jbs);
		return stop;

Clearly, the RSELaunchDelegate is using a shutdown.sh constant. However Dominik's failed query is: /mnt/jqa/jdk1.6.0_19/bin/java -classpath /home/remote/dpospisi/runtimes/jboss-6.0.0.Final/bin/shutdown.jar:/home/remote/dpospisi/runtimes/jboss-6.0.0.Final/client/jbossall-client.jar org.jboss.Shutdown -S -s service:jmx:rmi:///jndi/rmi://JAWA23.MW.LAB.ENG.BRQ.REDHAT.COM:1090/jmxrmi -u admin -p admin

Dominik's failed query clearly uses the .jar directly, which is not possible under RSE commands. Very baffling. 

> RSE Server Shutdown Does Not Work with AS6
> ------------------------------------------
>
>                 Key: JBIDE-8240
>                 URL: https://issues.jboss.org/browse/JBIDE-8240
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.CR1
>            Reporter: Dominik Pospisil
>            Assignee: Rob Stryker
>             Fix For: 3.2.0.CR2 (tentative)
>
>         Attachments: JBIDE-8240.patch, JBIDE-8240a.patch
>
>
> RSE Server Shutdown Does Not Work with AS6. The shutdown command constructed by JBT is:
> org.jboss.Shutdown -S -s JAWA23.MW.LAB.ENG.BRQ.REDHAT.COM -u admin -p admin
> However, for AS6 the -s $HOSTNAME option no longer works and it needs to be changed to -o $HOSTNAME.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list