0

osx でローカルにデプロイされた JBoss 7.2.0 に接続しようとしていますが、CLI で接続しようとすると次のエラー メッセージが表示されます。

$ bin/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
The controller is not available at localhost:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
[disconnected /] 

Netstat ショー:

tcp4       0      0  127.0.0.1.9999         *.*                    LISTEN

サーバーログには次のように記載されています。

16:24:37,118 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999

さらに、127.0.0.1:9999 に telnet で接続できます (ただし、パケット サイズが正しくないために接続が切断されますが、これは意図したとおりであると思います)。

私は、standalone.xml が 127.0.0.1 を正しいバインディング アドレスとして、9999 をmanagement-nativeの正しいポートとして示していることを確認しました。

見逃したものはありますか、またはトラブルシューティングする他の方法はありますか?

4

1 に答える 1