-
Bug
-
Resolution: Done
-
Major
-
None
-
None
If the remoting subsystem is changed to the following:
<subsystem xmlns="urn:jboss:domain:remoting:4.0"> <http-connector name="http-remoting-connector" connector-ref="default" security-realm="OtherRealm"/> </subsystem>
The server starts without error, however attempting to establish a connection fails.
./jboss-cli.sh -c --controller=remote+http://localhost:8080 Failed to connect to the controller: The controller is not available at localhost:8080: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://localhost:8080. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:8080. The connection failed: Invalid response code 200
Although the CLI can not do anything over port 8080 it should be able to initiate a remoting connection i.e.
./jboss-cli.sh -c --controller=remote+http://localhost:8080
Failed to connect to the controller: The controller is not available at localhost:8080: org.jboss.remoting3.ServiceOpenException: Unknown service name management: Unknown service name management
- is incorporated by
-
JBEAP-20132 Maintenance of "remoting" Galleon layers
- Closed