-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
Steps:
1) Start wildfly alpha2
2) Try to use jboss-cli.sh
3) connect localhost:9999
4) Server output reads:
17:29:25,361 ERROR [org.jboss.remoting.remote.connection] (Remoting "rawbdor:MANAGEMENT" I/O-1) JBREM000200: Remote connection failed: java.io.IOException: Received an invalid message length of 1195725856
5) connect localhost:9990
6) Success
This seems strange, because actual management requests made via the management apis directly seem to go through without a problem and do not generate any 'invalid message length' errors in the console.
This is causing a problem for tools. Tools needs to decide which management port to use. Unfortunately REMJMX does not work with 9990 yet.
We could potentially work around this by doing management commands directly instead of issuing commands over ssh which get fed into jboss-cli, but, some users choose not to expose management port and so this method is actually relied upon by some users.
- duplicates
-
WFLY-1664 bin]$ ./jboss-cli.sh -c --controller=localhost:9999 - Results in Connection Timed Out
- Closed
- is blocked by
-
JBIDE-14402 addition (or conversion) for wildfly management
- Closed