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 206425 - NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator
Summary: NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPlugged...
Status: RESOLVED DUPLICATE of bug 206468
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 09:07 UTC by Exceptions Reporter
Modified: 2012-01-17 12:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183616


Attachments
stacktrace (4.61 KB, text/plain)
2011-12-15 09:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-12-15 09:07:16 UTC
This issue was reported manually by sopko.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-8326-on-20111126)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows Vista

Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator(ProxyManager.java:390)
   at org.eclipse.core.internal.net.ProxyManager.registerAuthenticator(ProxyManager.java:383)
   at org.eclipse.core.internal.net.ProxyManager.initialize(ProxyManager.java:284)
   at org.eclipse.core.internal.net.Activator.start(Activator.java:179)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
Comment 1 Exceptions Reporter 2011-12-15 09:07:19 UTC
Created attachment 114212 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-01-17 12:26:17 UTC

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