Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4088

NPE when changing scheduled service

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • 8.0.0.Final
    • EJB
    • None

    Description

      If I modify or remove a (persistent) scheduled service, I get the following stack trace:

      Caused by: java.lang.NullPointerException
      at org.jboss.as.ejb3.timerservice.TimerServiceImpl.doesTimeoutMethodMatch(TimerServiceImpl.java:959)
      at org.jboss.as.ejb3.timerservice.TimerServiceImpl.restoreTimers(TimerServiceImpl.java:710)
      at org.jboss.as.ejb3.timerservice.TimerServiceImpl.start(TimerServiceImpl.java:202)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
      ... 3 more

      Another user is reporting the same thing on 8.1.0 Final, see:

      http://stackoverflow.com/questions/25988818/deploying-java-schedule-with-wildfly-8-1-0-final

      Is there any way using the CLI to delete persistent scheduled services?

      Attachments

        Activity

          People

            dlloyd@redhat.com David Lloyd
            alarikmyrin_jira Alarik Myrin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: