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 12854 - NetBeans wont start up in NT 4.0
Summary: NetBeans wont start up in NT 4.0
Status: CLOSED DUPLICATE of bug 11020
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-14 17:58 UTC by Jeff King
Modified: 2008-12-22 21:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff King 2001-06-14 17:58:49 UTC
Netbeans is being used by some of my lucky Linux using co-workers.  It will not 
start on my windows NT platform.  I've tried starting it with each of the 
downloads, from the start menu, bash and nt shell.  The following is a paste of 
what I get each time:
-- System info ----------------------------------------------------------------
  Product Version       = NetBeans IDE 3.2 (Build 39)
  IDE Versioning        = IDE/1 spec=1.2.1 impl=39
  Operating System      = Windows NT version 4.0 running on x86
  Java; VM; Vendor      = 1.3.0; Java HotSpot(TM) Client VM 1.3.0-C; Sun 
Microsystems Inc.
  Java Home             = C:\jdk1.3\jre
  System Locale         = en_US
  Home Dir; Current Dir = C:\WINNT\Profiles\kingjd; d:\netbeans\lib
  IDE Install; User Dir = d:\netbeans; s:\jeff\netbeans
  CLASSPATH             = 
d:\netbeans\lib\patches\openide-compat.jar;d:\netbeans\lib\core.jar;d:\netbeans\
lib\openide-fs.jar;d:\netb
eans\lib\openide-nodes.jar;d:\netbeans\lib\openide-util.jar;d:\netbeans\lib\open
ide.jar;d:\netbeans\lib\ext\jaxp.jar;d:\netbeans\lib
\ext\jh.jar;d:\netbeans\lib\ext\jpython.jar;d:\netbeans\lib\ext\parser.jar;d:\ne
tbeans\lib\ext\regexp.jar;d:\netbeans\lib\ext\rmi-ex
t.jar;d:\netbeans\lib\ext\sax2.jar;d:\netbeans\lib\ext\servlet.jar;d:\netbeans\l
ib\ext\xerces.jar;C:\jdk1.3\lib\dt.jar;C:\jdk1.3\lib
\tools.jar
-------------------------------------------------------------------------------
java.lang.NoSuchMethodError
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:75)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:43)
        at org.openide.loaders.XMLDataObject.<clinit>(XMLDataObject.java:1092)
        at org.netbeans.core.NbTheme.parseTheme(NbTheme.java:110)
        at org.netbeans.core.NbTheme.<init>(NbTheme.java:90)
        at org.netbeans.core.Main.run(Main.java:114)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:274)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:484)

I found the offending class in openide.jar, but could not see if this method was 
indeed missing.
Comment 1 Jan Zajicek 2001-06-15 09:06:14 UTC
Seems to me like duplicate of another issues (i.e. 11020) related to the
different/old xml parsers on the classpath. So, please check the
{jdkhome}/jre/lib and remove the conflicting xml parser from there or replace it
by the xerces.jar from {nbhome}/lib/ext. Hope, this helps, if not, then please
reopen this issue, thanks.

*** This issue has been marked as a duplicate of 11020 ***
Comment 2 Quality Engineering 2003-07-01 15:59:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:39:12 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.