When I launched jboss-cli.sh, I get this message.
[root bin]# sh jboss-cli.sh You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. [disconnected /] connect localhost The controller is not available at localhost:9999 [disconnected /] connect The controller is not available at localhost:9999 [disconnected /] connect localhost:9999 The controller is not available at localhost:9999 [disconnected /]
I also have another jboss5 GA installation. I hope this does not interfere. Although now it is completely disabled.
Native management interface: 9999 in standalone.sh
Please shed light on this issue.
#
EDITED
#
When I stop my service using "service jboss stop", I get this message
[root@ bin]# *** JBossAS process (7302) received KILL signal *** grep: /var/run/jboss-as/jboss-as-standalone.pid: No such file or directory
I do not know how to check if the server is listening on port 9999 or not.
Few details
[root bin]# netstat -anp |grep 9999 tcp 0 0 127.0.0.1:9999 0.0.0.0:* LISTEN 7931/java [root bin]# netstat -anp |grep 8080 tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 7931/java
The JBoss process ID and server ID receiving these ports are the same.
Alind billore
source share