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 220495

Summary: org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: java.lang.NullPointerException
Product: obsolete Reporter: Exceptions Reporter <exceptions_reporter>
Component: visualwebAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: normal CC: diesil
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191792
Attachments: stacktrace

Description Exceptions Reporter 2012-10-21 01:08:52 UTC
This bug was originally marked as duplicate of bug 151418, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
diesil: Creating a visual web application with glassfish owner




Stacktrace: 
org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: java.lang.NullPointerException
   at org.apache.xerces.parsers.ObjectFactory.newInstance(ObjectFactory.java:0)
   at org.apache.xerces.parsers.ObjectFactory.createObject(ObjectFactory.java:0)
   at org.apache.xerces.parsers.ObjectFactory.createObject(ObjectFactory.java:0)
   at org.apache.xerces.parsers.DOMParser.<init>(DOMParser.java:0)
   at org.apache.xerces.parsers.DOMParser.<init>(DOMParser.java:0)
   at com.jaspersoft.ireport.designer.IReportManager.loadConnection(IReportManager.java:232)
Comment 1 Exceptions Reporter 2012-10-21 01:08:56 UTC
Created attachment 126250 [details]
stacktrace