-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR12
-
None
-
Regression, Blocks Testing
-
-
-
-
-
-
-
Not Required
-
When trying to define a remote outbound connection using just legacy security settings, that means without specifying an authentication context, it fails with:
{ "outcome" => "failed", "failure-description" => { "WFLYCTL0080: Failed services" => {"org.wildfly.remoting.endpoint.outbound-connection.remote-ejb-connection" => "org.jboss.msc.service.StartException in service org.wildfly.remoting.endpoint.outbound-connection.remote-ejb-connection: Failed to start service Caused by: java.lang.NullPointerException"}, "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.remoting.endpoint.outbound-connection.remote-ejb-connection"] }, "rolled-back" => true, "response-headers" => {"process-state" => "reload-required"} }
Error in server log:
14:24:57,113 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service org.wildfly.remoting.endpoint.outbound-connection.remote-ejb-connection: org.jboss.msc.service.StartException in service org.wildfly.remoting.endpoint.outbound-connection.remote-ejb-connection: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at org.jboss.as.remoting.RemoteOutboundConnectionService.start(RemoteOutboundConnectionService.java:111) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955) ... 3 more
- is incorporated by
-
JBEAP-9193 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta9
- Closed