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 202353 - NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPluggedInAuthenticator
Summary: NullPointerException at org.eclipse.core.internal.net.ProxyManager.getPlugged...
Status: VERIFIED DUPLICATE of bug 203873
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
: 201519 202399 202586 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-20 12:43 UTC by Jesse Glick
Modified: 2011-11-04 09:35 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181233


Attachments
stacktrace (4.94 KB, text/plain)
2011-09-20 12:43 UTC, Jesse Glick
Details
Test execution log with recent stack traces. (225.52 KB, text/plain)
2011-11-01 08:30 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-20 12:43:54 UTC
Build: NetBeans Platform Dev (Build 20110920-d2e30912a771)
VM: Java HotSpot(TM) Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
jglick: Thrown during IDEValidation.




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 Jesse Glick 2011-09-20 12:43:59 UTC
Created attachment 110910 [details]
stacktrace
Comment 2 Jesse Glick 2011-09-20 13:20:14 UTC
Pops open an exception dialog when IDEValidation is run. Note also earlier exceptions finding Xerces, which may be the root cause.
Comment 3 Tomas Stupka 2011-09-20 17:18:15 UTC
according to jarda running tests via NbModuleSuite should be enough to get the o.e.c.runtime properly started.

also when looking on the exception regarding xerces:

WARNING [org.netbeans.modules.netbinox]: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
	at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook$ParsingService.createService(EclipseAdaptorHook.java:147)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook$ParsingService.getService(EclipseAdaptorHook.java:139)
	at org.eclipse.osgi.internal.serviceregistry.ServiceUse$1.run(ServiceUse.java:120)
	at java.security.AccessController.doPrivileged(Native Method)

the call comes from o.eclipse.osgi, so reassigning to jarda, maybe he knows better...
Comment 4 Tomas Stupka 2011-09-21 12:15:01 UTC
*** Bug 202399 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2011-10-07 06:34:23 UTC
*** Bug 201519 has been marked as a duplicate of this bug. ***
Comment 6 Jaroslav Tulach 2011-10-08 17:12:17 UTC
*** Bug 202586 has been marked as a duplicate of this bug. ***
Comment 7 Jaroslav Tulach 2011-10-25 05:56:42 UTC
I've seen it as well.
Comment 8 Jaroslav Tulach 2011-10-31 13:26:33 UTC
I no longer remember what test should be executed.
Comment 9 Jiri Skrivanek 2011-11-01 08:30:21 UTC
Created attachment 112643 [details]
Test execution log with recent stack traces.

I think that any test which uses NbModuleSuite. For example

cd java.kit
ant test-qa-functional -Dtest.includes=**/IDECommitValidationTest.class
Comment 10 Jaroslav Tulach 2011-11-01 15:36:15 UTC
Thanks. I think I fixed.

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