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 204740 - NullPointerException at org.eclipse.equinox.internal.security.storage.PasswordProviderSelector.getInstance
Summary: NullPointerException at org.eclipse.equinox.internal.security.storage.Passwor...
Status: VERIFIED DUPLICATE of bug 203790
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 09:19 UTC by Jiri Skrivanek
Modified: 2011-11-07 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log. (51.13 KB, text/plain)
2011-11-07 09:19 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-07 09:19:21 UTC
Created attachment 112901 [details]
IDE log.

NPE is thrown when shutting down the IDE and WebLogic server is started. Complete stack trace and build version in attachment.

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)
Comment 1 Jaroslav Tulach 2011-11-07 10:10:51 UTC

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