Addition of high-level "reload" and "shutdown" commands to the CLI that better deal with the fact that these commands result in a break in communication with the server process.
The upstream issue AS7-1833 is resolved against the AS7 Fix Version that is the basis for EAP 6.1.0.DR4. However, subsequent testing for the one-off-patch variant of this (see https://bugzilla.redhat.com/show_bug.cgi?id=910122) has shown remaining work needs to be done. Said work is in progress and seems to be progressing well. This issue is to ensure this work gets into EAP 6.1.0.Final.
Brian Stansberry <brian.stansberry> updated the status of jira AS7-1833 to Reopened
Brian Stansberry <brian.stansberry> updated the status of jira AS7-1833 to Resolved
Brian Stansberry <brian.stansberry> made a comment on jira AS7-1833 Further work on this has been done in AS 8.
*** This bug has been marked as a duplicate of bug 908955 ***
Xin Zhang <xin.zhang.song> made a comment on jira AS7-1833 Hi All This issue still on my environment. I download the EAP from http://www.jboss.org/jbossas/downloads. and run it in Redhat 5.5 x86_64 system. Thanks
Xin Zhang <xin.zhang.song> made a comment on jira AS7-1833 Hi All This issue still on my environment. I download the EAP from http://www.jboss.org/jbossas/downloads. and run it in Redhat 5.5 x86_64 system.please point out if I do some wrong Thanks
Xin Zhang <xin.zhang.song> made a comment on jira AS7-1833 Hi All Does this bug really fix in EAP 6.1?I also had the bug on JBoss EAP6.1 final version. My environment is :Linux 5.3 + JBoss EAP 6.1.0 Here are the log : [standalone@localhost:9999 /] :reload Communication error: java.util.concurrent.ExecutionException: Operation failed: Operation failed: Channel closed [disconnected /] Please correct me if I have any misunderstanding. Regards Xin
Xin Zhang <xin.zhang.song> made a comment on jira AS7-1833 Hi All Does this bug really fix in EAP 6.1?I also had the bug on JBoss EAP6.1 final version. My environment is :Linux 5.3 + JBoss EAP 6.1.0 + JDK 1.6.0_26 Here are the log : [standalone@localhost:9999 /] :reload Communication error: java.util.concurrent.ExecutionException: Operation failed: Operation failed: Channel closed [disconnected /] Please correct me if I have any misunderstanding. Regards Xin
Josef Cacek <jcacek> made a comment on jira AS7-1833 [~Xin.Zhang.Song] - simply remove colon (':') before the "reload" - so you'll use the newly introduced synchronized version.
Josef Cacek <jcacek> made a comment on jira AS7-1833 [~Xin.Zhang.Song] - simply remove the colon (':') in front of the "reload" - so you'll use the newly introduced synchronized version.
Xin Zhang <xin.zhang.song> made a comment on jira AS7-1833 Hi Josef I had remove the colon(':'), and there is still error message on the console.I think there are different between Linux and Windows. Here are the message: [standalone@localhost:9999 /] reload Failed to establish connection in 10511ms: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out [disconnected /] Regards Xin