[jboss-jira] [JBoss JIRA] (AS7-3820) Deployment fail if destination server is not available at startup of client server using "EJB invocations from a remote server instance"

Markus Lindblom (JIRA) jira-events at lists.jboss.org
Mon Feb 20 03:36:36 EST 2012


Markus Lindblom created AS7-3820:
------------------------------------

             Summary: Deployment fail if destination server is not available at startup of client server using "EJB invocations from a remote server instance"
                 Key: AS7-3820
                 URL: https://issues.jboss.org/browse/AS7-3820
             Project: Application Server 7
          Issue Type: Bug
          Components: EJB
    Affects Versions: 7.1.0.Final
         Environment: RHEL 5.5
            Reporter: Markus Lindblom
            Assignee: jaikiran pai


Using the instructions for EJB invocations from a remote server instance results in failed deployment on the client server if the destination server is not started with the following stacktrace

03:34:20,825 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.ejb3.dd-based-ejb-client-context."ExpertClientServer.ear": org.jboss.msc.service.StartException in service jboss.ejb3.dd-based-ejb-client-context."ExpertClientServer.ear": 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(Unknown Source) [rt.jar:1.6.0_30]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.6.0_30]
        at java.lang.Thread.run(Unknown Source) [rt.jar:1.6.0_30]
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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list