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 233143

Summary: NullPointerException at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.access$300
Product: projects Reporter: Jiri Prox <jiriprox>
Component: AntAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: JDK_SPECIFIC
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202358
Attachments: stacktrace

Description Jiri Prox 2013-07-22 07:00:57 UTC
Build: NetBeans IDE Dev (Build 201307212300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b53, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b34
OS: Windows 7

User Comments:
jiriprox: Exception occured when setting another java platform (1.7.0_25) for javafx sample project




Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.access$300(SAXParserImpl.java:69)
   at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.setProperty(SAXParserImpl.java:545)
   at com.sun.org.apache.xml.internal.utils.XMLReaderManager.getXMLReader(XMLReaderManager.java:161)
   at com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault.getXMLReader(DTMManagerDefault.java:613)
   at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:401)
   at com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:252)
Comment 1 Jiri Prox 2013-07-22 07:01:00 UTC
Created attachment 137526 [details]
stacktrace
Comment 2 Milos Kleint 2013-07-22 11:27:16 UTC
there's quite a few other com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.access$300(SAXParserImpl.java:69) exception stactraces in the log file.

can you reproduce with a different JDK than 1.7.0_40?
Comment 3 Milos Kleint 2013-07-23 11:52:10 UTC
related/duplicate of issue 233144
Comment 4 Milos Kleint 2013-07-23 12:56:19 UTC

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