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 - NullPointerException at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.access$300
Summary: NullPointerException at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl...
Status: RESOLVED DUPLICATE of bug 233144
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2013-07-22 07:00 UTC by Jiri Prox
Modified: 2013-07-23 12:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202358


Attachments
stacktrace (4.58 KB, text/plain)
2013-07-22 07:01 UTC, Jiri Prox
Details

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