1 2 Previous Next 17 Replies Latest reply on Jun 12, 2012 1:37 PM by julio.silveira

    Problems EJB invocations from a remote server instance

    julio.silveira

      Hi Guys,

       

      I'm trying to implement the EJB remote connection between two servers JBoss7, using the documentation described in this document:

      https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance

      I did everything as described in this document but got the following error in the application deployment process:

      ...

      14:50:54,507 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.ejb3.dd-based-ejb-client-context."Sicop.war": org.jboss.msc.service.StartException in service jboss.ejb3.dd-based-ejb-client-context."Sicop.war": Failed to start service

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26]

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26]

      at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]

      Caused by: java.lang.RuntimeException: Operation failed with status WAITING

      at org.jboss.ejb.client.remoting.IoFutureHelper.get(IoFutureHelper.java:93)

      at org.jboss.as.ejb3.remote.DescriptorBasedEJBClientContextService.createRemotingConnections(DescriptorBasedEJBClientContextService.java:124)

      at org.jboss.as.ejb3.remote.DescriptorBasedEJBClientContextService.start(DescriptorBasedEJBClientContextService.java:86)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      ... 3 more

       

      14:50:54,520 ERROR [org.jboss.remoting.remote.connection] (Remoting "zeus" read-1) JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed

      14:50:54,720 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "Sicop.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.ejb3.dd-based-ejb-client-context.\"Sicop.war\"" => "org.jboss.msc.service.StartException in service jboss.ejb3.dd-based-ejb-client-context.\"Sicop.war\": Failed to start service"}}

      14:50:54,739 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment Sicop.war in 19ms

      14:50:54,741 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.ejb3.dd-based-ejb-client-context."Sicop.war": org.jboss.msc.service.StartException in service jboss.ejb3.dd-based-ejb-client-context."Sicop.war": Failed to start service

       

      14:50:54,743 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.ejb3.dd-based-ejb-client-context.\"Sicop.war\"" => "org.jboss.msc.service.StartException in service jboss.ejb3.dd-based-ejb-client-context.\"Sicop.war\": Failed to start service"}}}}

       

       

      I ask this is a bug? Do you have any workaround to solve this problem? What other way to do remote connection between servers JBoss EJB 7?

       

      thank you

       

      Julio

        1 2 Previous Next