You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/08/01 13:34:04 UTC

[jira] [Closed] (FELIX-2997) java.lang.NullPointerException during shutdown while sending events

     [ https://issues.apache.org/jira/browse/FELIX-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2997.
-----------------------------------

> java.lang.NullPointerException during shutdown while sending events
> -------------------------------------------------------------------
>
>                 Key: FELIX-2997
>                 URL: https://issues.apache.org/jira/browse/FELIX-2997
>             Project: Felix
>          Issue Type: Bug
>          Components: Event Admin
>    Affects Versions: eventadmin-1.2.12
>         Environment: Felix 3.2.2
>            Reporter: Alexander Broekhuis
>            Assignee: Carsten Ziegeler
>             Fix For: eventadmin-1.2.14
>
>
> During shutdown of the framework, and while sending events, the EventAdmin gives the following NPE:
> Exception in thread "Event Test Generator" java.lang.NullPointerException
>        at org.apache.felix.eventadmin.impl.handler.BlacklistingHandlerTasks.createHandlerTasks(BlacklistingHandlerTasks.java:116)
>        at org.apache.felix.eventadmin.impl.EventAdminImpl.sendEvent(EventAdminImpl.java:108)
>        at org.apache.felix.eventadmin.impl.security.EventAdminSecurityDecorator.sendEvent(EventAdminSecurityDecorator.java:94)
>        at mc.product.x.test.eventgenerator.XGenerator$1.run(XGenerator.java:55)
>        at java.lang.Thread.run(Thread.java:680)
> The EventAdmin is tracked and injected using the DependencyManager.
> It doesn't seem to be reproducible all the time, I tried to create a small testcase, but no luck so far.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)