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 194951 - NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem
Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nod...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 14:01 UTC by pekarna
Modified: 2012-04-19 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176346


Attachments
stacktrace (1.16 KB, text/plain)
2011-02-01 14:01 UTC, pekarna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2011-02-01 14:01:34 UTC
Build: NetBeans IDE 6.9 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
pekarna: I noticed the exception when opening a large HTML file.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem(ParentNode.java:740)
   at com.sun.org.apache.xerces.internal.dom.ParentNode.item(ParentNode.java:796)
   at org.openide.xml.XMLUtil.findElement(XMLUtil.java:941)
   at org.netbeans.modules.maven.M2AuxilaryConfigImpl.getConfigurationFragment(M2AuxilaryConfigImpl.java:193)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:85)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:81)
Comment 1 pekarna 2011-02-01 14:01:38 UTC
Created attachment 105548 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-04-19 13:15:08 UTC
Please reopen if still reproducible in recent builds, thanks.