Der controller ist nicht verfügbar bei localhost JBOSS.7.1.1.FINAL

Wenn ich laufen die jboss-cli.sh,
Ich bekomme diese Meldung.

[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 /] 

Auch ich habe eine andere installation von jboss5 GA. Ich hoffe, dass ist nicht stören.
Obwohl, die ist ganz geschlossen jetzt.

Native management-interface :9999 in standalone.sh

Bitte werfen Licht auf dieses Problem.

#

                                     EDITED 

#

Wenn ich nicht mehr meinen Dienst mit "service jboss stoppen"
ich bekomme diese Meldung

[root@ bin]# *** JBossAS process (7302) received KILL signal ***
grep: /var/run/jboss-as/jboss-as-standalone.pid: No such file or directory

Ich weiß nicht, wie zu überprüfen, ob der server lauscht auf dem port 9999 oder nicht.

Paar mehr 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 

JBoss-Prozess-id und die server-id Erwerb dieser ports ist die gleiche.

Schreibe einen Kommentar