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 56020 - [41cat] NullPointerException on startup
Summary: [41cat] NullPointerException on startup
Status: RESOLVED DUPLICATE of bug 50198
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 10:53 UTC by _ leonchiver
Modified: 2005-03-06 17:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace of the exception (1.70 KB, text/plain)
2005-03-05 10:54 UTC, _ leonchiver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ leonchiver 2005-03-05 10:53:44 UTC
[ JDK VERSION : 1.5.0_01 ]

for quite a while i'm getting a NPE on startup (while scanning is on the way but without being related to it).
Comment 1 _ leonchiver 2005-03-05 10:54:38 UTC
Created attachment 20702 [details]
stacktrace of the exception
Comment 2 Marian Mirilovic 2005-03-05 17:25:56 UTC
java.lang.NullPointerException
    at
com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListGetLength(ParentNode.java:745)
    at
com.sun.org.apache.xerces.internal.dom.ParentNode.getLength(ParentNode.java:757)
    at
org.netbeans.modules.ant.freeform.spi.support.Util.findElement(Util.java:60)
Comment 3 Jan Chalupa 2005-03-06 17:12:04 UTC
Duplicate of issue #50198. Reported several times recently. Looks like
a threading problem in Xerces. Also see issue #46999, especially the
link to the Xerces issue description:

http://www.xml-xerces.com/msg/2734.html



*** This issue has been marked as a duplicate of 50198 ***