[
https://issues.jboss.org/browse/JBIDE-7753?page=com.atlassian.jira.plugin...
]
Rob Stryker commented on JBIDE-7753:
------------------------------------
Dominik:
I've looked through it and from what I can tell, it works properly when a proper
server home is selected in teh server editor. Using default values for remote server home
is impossible since there is no standard as to where all machines should keep their remote
server.
As per the ServerBehaviourDelegate.stop(etc) javadoc, there is no easy way to communicate
an error here. The javadoc is pasted below. There was an error that I was not accounting
for. So when you add these two together, it was silently erroring and ignoring it.
I've changed the default text field value for new RSE servers or anywhere server home
is null to be a string "SERVER HOME HERE" or some such visible thing to
indiciate this is not a proper value. After making these changes, and properly setting an
accurate server home, stop still seems to work fine for me.
Now when it fails, it will log an error to the error log view, however the error log view
doesn't seem to pop up right away, which seems strange to me. A different error is
popped up via the servertools framework but as teh javadoc notes, there is no way for me
to add my input to it.
* [issue: There is no way to communicate failure to the
* client. Given that this operation can go awry, there probably
* should be a mechanism that allows failing async operations
* to be diagnosed.]
RSE Server Shutdown Does Not Work
---------------------------------
Key: JBIDE-7753
URL:
https://issues.jboss.org/browse/JBIDE-7753
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta2
Reporter: Dominik Pospisil
Assignee: Rob Stryker
Fix For: 3.2.0.CR1
I have not managed to get RSE Server shutdown to work. Steps to reproduce:
1) Define RSE Server
2) Start Server
3) Stop Server
Shutdown command line is constructed correctly and printed out to stdout
(/home/remote/dpospisi/eap51/jboss-as/bin/shutdown.sh -S -s
JAWA23.MW.LAB.ENG.BRQ.REDHAT.COM -u admin -p admin) but never gets executed on remote
system. If I execute the command manually, the server shuts down fine.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira