This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202526

Summary: An OSGi bundle throws NPE
Product: platform Reporter: Tomas Mysik <tmysik>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2011-09-23 04:07:50 UTC
Sorry, no idea where netbinox can be found. Just noticed it in the log, after IDE shutdown. Thanks.


SEVERE [org.netbeans.modules.netbinox]: framework event org.eclipse.equinox.security type 2
java.lang.NullPointerException
        at org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.getInstance(PasswordProviderSelector.java:67)
        at org.eclipse.equinox.internal.security.auth.AuthPlugin.stop(AuthPlugin.java:73)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
Caused: org.osgi.framework.BundleException: Exception in org.eclipse.equinox.internal.security.auth.AuthPlugin.stop() of bundle org.eclipse.equinox.security.
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:863)
        at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
[catch] at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:617)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:261)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
        at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
        at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
        at org.eclipse.osgi.framework.internal.core.InternalSystemBundle$1.run(InternalSystemBundle.java:243)
        at java.lang.Thread.run(Thread.java:662)
Comment 1 Jaroslav Tulach 2011-11-04 16:23:40 UTC
It is not NPE from Netbinox!

*** This bug has been marked as a duplicate of bug 203790 ***