[jboss-jira] [JBoss JIRA] (WFLY-6147) Potential NPE when using database backed timers

Stuart Douglas (JIRA) issues at jboss.org
Mon Feb 8 22:46:00 EST 2016


Stuart Douglas created WFLY-6147:
------------------------------------

             Summary: Potential NPE when using database backed timers
                 Key: WFLY-6147
                 URL: https://issues.jboss.org/browse/WFLY-6147
             Project: WildFly
          Issue Type: Bug
          Components: EJB
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas


{code}
    at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.NullPointerException
    at org.jboss.as.ejb3.timerservice.TimerServiceImpl.getActivePersistentTimers(TimerServiceImpl.java:961)
    at org.jboss.as.ejb3.timerservice.TimerServiceImpl.restoreTimers(TimerServiceImpl.java:699)
    at org.jboss.as.ejb3.timerservice.TimerServiceImpl.activate(TimerServiceImpl.java:226)
    at org.jboss.as.ejb3.component.EJBComponent.start(EJBComponent.java:543)
    at org.jboss.as.ejb3.component.stateless.StatelessSessionComponent.start(StatelessSessionComponent.java:114)
    at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
    ... 6 more

{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list