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 37118 - [JDK1.5.0] Informational CNFE from XMLUtil on startup
Summary: [JDK1.5.0] Informational CNFE from XMLUtil on startup
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks: 36556
  Show dependency tree
 
Reported: 2003-11-10 09:45 UTC by Milan Kubec
Modified: 2008-12-22 18:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.32 KB, text/plain)
2003-11-10 09:46 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-11-10 09:45:33 UTC
Informational ClassNotFoundException is thrown
during startup of IDE on JDK 1.5.0.


java.lang.ClassNotFoundException:
org.apache.crimson.jaxp.SAXParserFactoryImpl
...
org.openide.xml.XMLUtil.createFastSAXParserFactory(XMLUtil.java:510)
org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:154)
Comment 1 Milan Kubec 2003-11-10 09:46:49 UTC
Created attachment 12101 [details]
exc stack trace
Comment 2 pzajac 2003-11-10 11:01:16 UTC
Jesse, can you look at this problem?
Comment 3 Jesse Glick 2003-11-10 17:11:13 UTC
Due to:

revision 1.16
date: 2003/10/30 10:13:02;  author: rkubacki;  state: Exp;  lines: +51 -2
XMLUtil.createXMLReader now returns Crimson until there is a request
for validating parses. This allows to postpone initialization of
Xerces that slows down startup. Somewhat similar to older
NbSAXParserFactory. Other classes should create SAX parser using this
utility method (#36556)
Comment 4 _ rkubacki 2003-11-28 16:01:27 UTC
Checking in openide/src/org/openide/xml/XMLUtil.java;
/cvs/openide/src/org/openide/xml/XMLUtil.java,v  <--  XMLUtil.java
new revision: 1.17; previous revision: 1.16
Comment 5 Milan Kubec 2004-01-19 14:39:30 UTC
Verified.