You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2012/10/23 01:34:12 UTC

[jira] [Created] (FELIX-3727) [DS] NPE during shutdown

David Jencks created FELIX-3727:
-----------------------------------

             Summary: [DS] NPE during shutdown
                 Key: FELIX-3727
                 URL: https://issues.apache.org/jira/browse/FELIX-3727
             Project: Felix
          Issue Type: Bug
          Components: Declarative Services (SCR)
    Affects Versions: scr-1.8.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: scr-1.8.0


[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.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (FELIX-3727) [DS] NPE during shutdown

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-3727:
-------------------------------------

    Fix Version/s:     (was: scr-1.8.0)
                   scr-1.6.2
    
> [DS] NPE during shutdown
> ------------------------
>
>                 Key: FELIX-3727
>                 URL: https://issues.apache.org/jira/browse/FELIX-3727
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.8.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: scr-1.6.2
>
>
> [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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (FELIX-3727) [DS] NPE during shutdown

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks resolved FELIX-3727.
---------------------------------

    Resolution: Fixed

rev 1402234
                
> [DS] NPE during shutdown
> ------------------------
>
>                 Key: FELIX-3727
>                 URL: https://issues.apache.org/jira/browse/FELIX-3727
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.8.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: scr-1.8.0
>
>
> [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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (FELIX-3727) [DS] NPE during shutdown

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484587#comment-13484587 ] 

David Jencks commented on FELIX-3727:
-------------------------------------

I didn't provide a timeout that Felix suggested in issue 3704.
                
> [DS] NPE during shutdown
> ------------------------
>
>                 Key: FELIX-3727
>                 URL: https://issues.apache.org/jira/browse/FELIX-3727
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.8.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: scr-1.8.0
>
>
> [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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (FELIX-3727) [DS] NPE during shutdown

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3727.
------------------------------------


Close after release
                
> [DS] NPE during shutdown
> ------------------------
>
>                 Key: FELIX-3727
>                 URL: https://issues.apache.org/jira/browse/FELIX-3727
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.8.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: scr-1.6.2
>
>
> [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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira