Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
scr-1.8.0
-
None
Description
[err] Exception in thread "SCR Component Actor"
[err] java.lang.NullPointerException
[err] at org.apache.felix.scr.impl.Activator.log(Activator.java:378)
[err] at org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:90)
[err] at java.lang.Thread.run(Thread.java:736)
caused by
Object logger = ( m_logService != null ) ? m_logService.getService() : null;
and m_logService being unset inside the iff.
Attachments
Issue Links
- is duplicated by
-
FELIX-3704 [DS] ds shutdown should wait for ComponentActorThread task queue to complete before finishing
- Closed