[jboss-jira] [JBoss JIRA] (AS7-3635) IllegalStateException in ejb remote client

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Feb 6 08:30:48 EST 2012


    [ https://issues.jboss.org/browse/AS7-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664439#comment-12664439 ] 

jaikiran pai commented on AS7-3635:
-----------------------------------

I see what's going on. This is due me not handling the case of application clients where the local receivers aren't present. I'll fix this as soon as I am back at my workstation in a few hours.

                
> IllegalStateException in ejb remote client
> ------------------------------------------
>
>                 Key: AS7-3635
>                 URL: https://issues.jboss.org/browse/AS7-3635
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Richard Opalka
>            Assignee: jaikiran pai
>            Priority: Minor
>             Fix For: 7.1.0.Final
>
>
> When running TCK6 I see many ERROR messages (see example below).
> These messages are not affecting TCK6 results.
> ---
> [javatest.batch] 08:03:13,670 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.ejb3.ejbClientContext.default: org.jboss.msc.service.StartException in service jboss.ejb3.ejbClientContext.default: Failed to start service
> [javatest.batch] 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> [javatest.batch] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
> [javatest.batch] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
> [javatest.batch] 	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
> [javatest.batch] Caused by: java.lang.IllegalStateException
> [javatest.batch] 	at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> [javatest.batch] 	at org.jboss.as.ejb3.remote.DefaultEjbClientContextService.start(DefaultEjbClientContextService.java:89)
> [javatest.batch] 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> [javatest.batch] 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> [javatest.batch] 	... 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