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 31897 - IDE Hung on startup
Summary: IDE Hung on startup
Status: CLOSED DUPLICATE of bug 30907
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2003-03-11 15:49 UTC by vanob
Modified: 2008-12-22 19:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (137.66 KB, text/plain)
2003-03-11 15:50 UTC, vanob
Details
Full Thread Dump (10.89 KB, text/plain)
2003-03-11 15:52 UTC, vanob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2003-03-11 15:49:01 UTC
Athlon XP 1800+, 512MB RAM, NVidia GeForce2 MX400/32MB
Redhat 80, WindowMaker (StandAlone)

java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06,
mixed mode)

NetBeans IDE3.4.1

I started IDE as usual and it hung, providing
ide.log and thread dump as attachments
Comment 1 vanob 2003-03-11 15:50:37 UTC
Created attachment 9356 [details]
ide.log
Comment 2 vanob 2003-03-11 15:52:03 UTC
Created attachment 9357 [details]
Full Thread Dump
Comment 3 pzajac 2003-03-11 16:17:03 UTC
please evalueate this deadlock
Comment 4 _ ttran 2003-03-11 17:02:06 UTC
Vano, can you reproduce the bug?  I know Petr Hrebejk fixed a few
deadlocks in that part of code recently for NB 3.5 which is now in the
stabilization phase. We would very appreciate if you try the NB 3.5
daily builds.  They are available at
http://www.netbeans.org/devhome/download.html
Comment 5 vanob 2003-03-12 06:46:22 UTC
I'm sorry but I cannot reproduce the bug at the moment.
When I filed a bug I closed NetBeans that had been hung and after
restart I had no problems with it.

The only thing I can remember is that I changed
~/.gnome/Gnome file and changed http and https handlers for the system
,so evolutions can open url links and that's all.

If you look at ide.log there is an exception right after starting ide
Annotation: Offending classloader:
org.netbeans.core.modules.ModuleManager$SystemClassLoader@b30913
java.lang.ClassNotFoundException:
org.netbeans.modules.extbrowser.UnixWebBrowser
	at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
.....

maybe this will help

I will try dev build. This bug is not reproducable in 3.4.1 and how
can I reproduce it in 3.5 dev build?
Comment 6 _ ttran 2003-03-12 10:42:22 UTC
because you cannot reproduce the bug even with the same version of NB
(3.4.1) I suspect it will be hard to try to reproduce it w/ 3.5-dev.

I lower prio to P3 because it's not reproducible
Comment 7 Petr Hrebejk 2003-03-17 11:22:52 UTC

*** This issue has been marked as a duplicate of 30907 ***
Comment 8 Marian Mirilovic 2003-07-22 15:57:23 UTC
verified, closed - it's duplicate.