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 - org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: java.lang.NullPointerException
Summary: org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apac...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-21 01:08 UTC by Exceptions Reporter
Modified: 2012-10-21 01:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191792


Attachments
stacktrace (2.45 KB, text/plain)
2012-10-21 01:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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