[jboss-jira] [JBoss JIRA] Commented: (JBAS-5200) Error starting web service (stateless EJB) on startup (but hot deploy works fine)
Scott Dickerson (JIRA)
jira-events at lists.jboss.org
Wed Jul 9 08:57:26 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5200?page=comments#action_12420542 ]
Scott Dickerson commented on JBAS-5200:
---------------------------------------
Yes, this is still a problem with beta4.
> Error starting web service (stateless EJB) on startup (but hot deploy works fine)
> ---------------------------------------------------------------------------------
>
> Key: JBAS-5200
> URL: http://jira.jboss.com/jira/browse/JBAS-5200
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployers
> Affects Versions: JBossAS-5.0.0.Beta3
> Environment: windows xp; jboss-5.0.0Beta3
> Reporter: Scott Dickerson
> Assigned To: Dimitris Andreadis
> Attachments: boot.log, boot.log, iam-sample.jar, server.log, server.log
>
>
> Starting jboss with the iam-sample.jar in the deploy folder I get the following exception, but if I completely remove the web service and deploy it once jboss is running, the web service is deployed and responds to client properly. I've attached the service and boot logs for both situations.
> 2008-02-01 11:28:50,034 INFO [org.jboss.ejb3.EJBContainer] STARTED EJB: com.mckesson.onestaff.iam.sample.service.GreeterBean ejbName: Greeter
> 2008-02-01 11:28:50,253 DEBUG [org.jboss.ejb.txtimer.EJBTimerServiceImpl] createTimerService: org.jboss.ejb.txtimer.TimerServiceImpl at 1ea6afc
> 2008-02-01 11:28:50,300 DEBUG [org.jboss.ejb.txtimer.EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl at 1ea6afc
> 2008-02-01 11:28:50,300 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.mckesson.onestaff.iam.sample.service.GreeterBean ejbName: Greeter
> 2008-02-01 11:28:50,300 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=iam-sample.jar,name=Greeter,service=EJB3 state=Create
> java.lang.NullPointerException
> at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServiceImpl.java:452)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list