[jboss-jira] [JBoss JIRA] Created: (JBAS-5746) Error starting web service on startup (but hot deploy works fine)

Scott Dickerson (JIRA) jira-events at lists.jboss.org
Wed Jul 9 08:44:29 EDT 2008


Error starting web service on startup (but hot deploy works fine)
-----------------------------------------------------------------

                 Key: JBAS-5746
                 URL: http://jira.jboss.com/jira/browse/JBAS-5746
             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


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