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 211353 - NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator
Summary: NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPlugged...
Status: RESOLVED DUPLICATE of bug 212031
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 211744
Blocks:
  Show dependency tree
 
Reported: 2012-04-17 16:51 UTC by emiddio
Modified: 2012-05-10 06:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184093


Attachments
stacktrace (4.62 KB, text/plain)
2012-04-17 16:51 UTC, emiddio
Details
stacktrace (4.62 KB, text/plain)
2012-04-18 01:47 UTC, haissam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2012-04-17 16:51:02 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

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 emiddio 2012-04-17 16:51:09 UTC
Created attachment 118422 [details]
stacktrace
Comment 2 haissam 2012-04-18 01:47:26 UTC
Created attachment 118429 [details]
stacktrace

http://platform.netbeans.org/tutorials/nbm-code-completion.html

trying to test the , step 6
Comment 3 Marian Mirilovic 2012-04-27 10:55:33 UTC
Caused: org.osgi.framework.BundleException: Exception in org.eclipse.mylyn.internal.commons.net.CommonsNetPlugin.start() of bundle org.eclipse.mylyn.commons.net.
Comment 4 Jaroslav Tulach 2012-05-02 12:15:25 UTC
Probably duplicate of bug  211744
Comment 5 Jaroslav Tulach 2012-05-10 06:11:28 UTC

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