Petals SE POJO

NPE about destroy registration on component stop

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 2.2.1, 2.2.2
  • Fix Version/s: 2.2.4
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The following NPE occurs during the component stop.

    INFO 2010-07-29 14:18:21,209 [Petals.Container.Components.petals-se-pojo]
    Stop component...
    SEVERE 2010-07-29 14:18:21,210 [Petals.Container.ComponentLifeCycle.petals-se-pojo]
    Failed to stop the component 'petals-se-pojo'
    javax.jbi.JBIException: Life cycle exception on STOP
    at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:117)
    at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:110)
    Caused by: java.lang.NullPointerException
    at org.ow2.petals.component.framework.notification.ComponentNotificationBrokerController.destroyRegistration(ComponentNotificationBrokerController.java:146)
    at org.ow2.petals.component.framework.AbstractComponent.stop(AbstractComponent.java:630)
    at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:105)
    ... 1 more

    Show
    The following NPE occurs during the component stop. INFO 2010-07-29 14:18:21,209 [Petals.Container.Components.petals-se-pojo] Stop component... SEVERE 2010-07-29 14:18:21,210 [Petals.Container.ComponentLifeCycle.petals-se-pojo] Failed to stop the component 'petals-se-pojo' javax.jbi.JBIException: Life cycle exception on STOP at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:117) at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:110) Caused by: java.lang.NullPointerException at org.ow2.petals.component.framework.notification.ComponentNotificationBrokerController.destroyRegistration(ComponentNotificationBrokerController.java:146) at org.ow2.petals.component.framework.AbstractComponent.stop(AbstractComponent.java:630) at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:105) ... 1 more
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Thu, 16 Sep 2010 - 18:18:53 +0200

petals-cdk-core upgraded to 5.0.4

Show
Christophe DENEUX added a comment - Thu, 16 Sep 2010 - 18:18:53 +0200 petals-cdk-core upgraded to 5.0.4
Hide
Christophe DENEUX added a comment - Tue, 3 Aug 2010 - 10:05:45 +0200

This NPE is fixed by petals-cdk-core-5.0.3. Just upgrade the petals-cdk-core version to 5.0.3.

Show
Christophe DENEUX added a comment - Tue, 3 Aug 2010 - 10:05:45 +0200 This NPE is fixed by petals-cdk-core-5.0.3. Just upgrade the petals-cdk-core version to 5.0.3.

People

Dates

  • Created:
    Tue, 3 Aug 2010 - 09:55:01 +0200
    Updated:
    Wed, 3 Nov 2010 - 10:41:05 +0100
    Resolved:
    Thu, 16 Sep 2010 - 18:19:21 +0200