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 216885 - NullPointerException at org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.getInstance
Summary: NullPointerException at org.eclipse.equinox.internal.security.storage.Passwor...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 21:13 UTC by Exceptions Reporter
Modified: 2012-10-01 12:02 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191542


Attachments
stacktrace (1.65 KB, text/plain)
2012-08-14 21:13 UTC, Exceptions Reporter
Details
stacktrace (1.65 KB, text/plain)
2012-08-30 13:04 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-08-14 21:13:22 UTC
This bug was originally marked as duplicate of bug 203790, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201208140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_08-ea-b03
OS: Mac OS X

User Comments:
MackSix: I shut down netbeans and restarted it and this happened.

KhArtNJava: on try to stop project scanning

GUEST: closing all files in the editor

yardus: Switched project group before scanning has even started

GUEST: Memory leak while starting Netbeans...

Project scans when I start Netbeans and doesent end/gets stuck at a value between 80 - 100%

GUEST: nothing

jglick: Trying to override an (empty) <folder> in favorites module with an (empty) <file> in projectui.

jdbevan: Trying to cancel project scanning so I could close the project without scanning continuing.




Stacktrace: 
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:771)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
   at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
Comment 1 Exceptions Reporter 2012-08-14 21:13:25 UTC
Created attachment 123114 [details]
stacktrace
Comment 2 Sergey Petrov 2012-08-30 13:04:58 UTC
Created attachment 123742 [details]
stacktrace

just start nb with 2 j2se projects opened with jpa usage
Comment 3 Jaroslav Tulach 2012-09-17 12:20:37 UTC
The fix is available in recent Eclipse release[1], but we are still using 2011 version of equinox registry. Please upgrade to org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar. Also please mark the bug[1] as verified.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=374466
Comment 4 Tomas Stupka 2012-09-27 15:50:31 UTC
fixed in core-main #c542a384e118
Comment 5 Quality Engineering 2012-10-01 12:02:48 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c542a384e118
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #216885 - NullPointerException at org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.getInstance