[jboss-as7-dev] Problems EJB invocations from a remote server instance

Julio Cesar Silveira juliocsmac at gmail.com
Fri Feb 24 11:58:23 EST 2012


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 Cesar Silveira - julio at 3layer.com.br
Arquiteto de Soluções
Skype: juliocsmac
Blog: http://juliocsmac.blogspot.com/
3layer - Porto Alegre - RS - Brasil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20120224/11f60e24/attachment.html 


More information about the jboss-as7-dev mailing list