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 223715 - NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator
Summary: NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPlugged...
Status: RESOLVED DUPLICATE of bug 223678
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 11:11 UTC by Jiri Kovalsky
Modified: 2012-12-12 11:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186845


Attachments
stacktrace (5.98 KB, text/plain)
2012-12-12 11:11 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2012-12-12 11:11:47 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b15
OS: Linux

User Comments:
GUEST: just openeing the IDE

jkovalsky: Installed Swingbox Javahelp Viewer plugin into NetBeans 7.2.1 and restarted the IDE.

[1] http://plugins.netbeans.org/plugin/45693




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:711)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
Comment 1 Jiri Kovalsky 2012-12-12 11:11:49 UTC
Created attachment 129258 [details]
stacktrace
Comment 2 Jiri Kovalsky 2012-12-12 11:12:56 UTC
This is actually a duplicate of issue #223678.

*** This bug has been marked as a duplicate of bug 223678 ***
Comment 3 František Mantlík 2012-12-12 11:24:18 UTC
Jiri, thank you for your comment.

I am trying to find the source of problem. It looks like an embedded library incompatibility. Most probably, xerces-impl version embedded in the plugin is not compatible with the version used in OSGI bundle.

As soon as there will be any progress, I will upload updated version and report at #223678.