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 17278 - App freezes on startup
Summary: App freezes on startup
Status: CLOSED DUPLICATE of bug 17358
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-04 03:22 UTC by Reuben Cleetus
Modified: 2008-12-23 00:32 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 Reuben Cleetus 2001-11-04 03:22:43 UTC
The application freezes on startup when running the runidew executable. When I
ran the runide executable from the command line, this is the exception that was
thrown and printed to the console:

-- System Info ----------------------------------------------------------------
  Product Version       = NetBeans IDE, Release 3.3 Beta 3 (Build 200111021545)
  IDE Versioning        = IDE/1 spec=1.43 impl=200111021545
  Operating System      = Windows 2000 version 5.0 running on x86
  Java; VM; Vendor      = 1.3.1_01; Java HotSpot(TM) Client VM 1.3.1_01; Sun Mic
rosystems Inc.
  Java Home             = c:\jdk\jre
  System Locale         = en_US
  Home Dir; Current Dir = F:\Documents and Settings\reuben; C:\netbeans33\bin
  IDE Install; User Dir = C:\netbeans33; C:\netbeans33\develop
  CLASSPATH             = C:\netbeans33\lib\patches\openide-compat.jar;C:\netbea
ns33\lib\core.jar;C:\netbeans33\lib\openide.jar;C:\netbeans33\lib\ext\crimson.ja
r;C:\netbeans33\lib\ext\jh.jar;C:\netbeans33\lib\ext\regexp.jar;C:\netbeans33\li
b\ext\rmi-ext.jar;C:\netbeans33\lib\ext\terminalemulator.jar;C:\netbeans33\lib\e
xt\xerces.jar;c:\jdk\lib\dt.jar;c:\jdk\lib\tools.jar
-------------------------------------------------------------------------------
javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException: o
rg.netbeans.core.xml.NbSAXParserFactoryImpl
        at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:
120)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:69)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:43)
        at org.openide.loaders.XMLDataObject.<clinit>(XMLDataObject.java:935)
        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:118)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:325)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 _ ttran 2001-11-04 09:41:39 UTC
this is extremely strange (corrupted file somewhere?).  Please look
inside the core.jar file to see if the class file
NbSAXParserFactoryImpl.class is there or not.  Thanks
Comment 2 _ ttran 2001-11-05 08:37:19 UTC
the SAX parser factory is installed by calling

    org.netbeans.core.xml.NbSAXParserFactoryImpl.install()

which means by the time the exception is thrown the class
org.netbeans.core.xml.NbSAXParserFactoryImpl has already been
successfully loaded and init'ed.  I cannot explain why
ClassNotFoundException can happen then.
Reuben Cleetus, anything suspicious on your system?

Comment 3 Jan Zajicek 2001-11-06 18:09:17 UTC
Comment from reuben (please do not simply reply at the issue email -
go to the web and enter your comments - unless your feedback can be
missed - thanks):

 I can't think of anything suspicious. Here's what I have:
* AMD Athlaon 1.4 GHz, 768 MB RAM, Windows 2000 Pro
* JDK - 1.3.1_01
* Netbeans - 3.2.1 installed in c:\Netbeans
* Netbeans 3.3 installed in c:\Netbeans33

I tried un-installing Netbeans 3.2.1 and then Installing Netbeans 3.3
Beta 3 (thinking it was a problem of the two versions co-existing).
Same problem. I was able to then re-install Netbeans 3.2.1 and work
with it again successfully.

Thanks,
Reuben.

Comment 4 _ ttran 2001-11-06 21:08:42 UTC
please look at <jdkhome>\jre\lib\ext.  Do you see any jar file there?
Comment 5 _ ttran 2001-11-07 07:52:20 UTC
the symptom of this issue looks very much the same as of #17358

*** This issue has been marked as a duplicate of 17358 ***
Comment 6 Quality Engineering 2003-07-01 16:07:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

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