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 176577 - javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
Summary: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp....
Status: RESOLVED DUPLICATE of bug 152165
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 11:01 UTC by flotho
Modified: 2009-11-13 04:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148831


Attachments
stacktrace (1.14 KB, text/plain)
2009-11-11 11:01 UTC, flotho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flotho 2009-11-11 11:01:50 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230101)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.27.24-desktop-2mnb, i386

User Comments:
GUEST: While opening 6.7 M3 for the first time (and importing settings from 6.5) this error occurred

GUEST: ireport was doing this problem. if i install i see that

GUEST: Fresh startup after install 6.7M3, imported settings from 6.5

GUEST: Starting up Netbeans.



Stacktrace: 
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
        at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134)
        at org.netbeans.modules.editor.options.AnnotationTypeProcessor.parse(AnnotationTypeProcessor.java:168)
        at org.netbeans.modules.editor.options.AnnotationTypeProcessor.instanceCreate(AnnotationTypeProcessor.java:136)
        at org.openide.loaders.XMLDataObject$ICDel.instanceCreate(XMLDataObject.java:1396)
        at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:585)
        at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:1135)
Comment 1 flotho 2009-11-11 11:01:53 UTC
Created attachment 90838 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-11-11 11:01:58 UTC
This issue already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148831
Comment 3 Vitezslav Stejskal 2009-11-13 04:44:49 UTC
XML parser configuration problems introduced by ireport (jasperreports).

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