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 206743 - 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-27 15:42 UTC by fsando
Modified: 2012-01-17 12:26 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184047


Attachments
stacktrace (4.62 KB, text/plain)
2011-12-27 15:42 UTC, fsando
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fsando 2011-12-27 15:42:12 UTC
This bug was originally marked as duplicate of bug 203873, 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 201112250601)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
anba: Starting netbeans.

reinouts: Restarted Netbeans after installing Scala and SoapUI plugins

anba: Start NB 7.1 and you get this exception.

anba: Every start of netbeans IDE creates this exception.

anba: Repeated NullPointerException every start and sometime in the editing process.




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 fsando 2011-12-27 15:42:15 UTC
Created attachment 114482 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-01-17 12:26:23 UTC

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