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

Summary: NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator
Product: platform Reporter: emiddio <emiddio>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: haissam, jiai, mmirilovic
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184093
Bug Depends on: 211744    
Bug Blocks:    
Attachments: stacktrace
stacktrace

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 ***