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 141901 - [65cat] [core] IDE Locked up looking for a MySQL Database Server
Summary: [65cat] [core] IDE Locked up looking for a MySQL Database Server
Status: RESOLVED DUPLICATE of bug 129573
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 15:55 UTC by esmithbss
Modified: 2008-07-29 00:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file from bootup to lockup in version 200807281401 (58.58 KB, text/plain)
2008-07-28 20:08 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-07-28 15:55:24 UTC
[ BUILD # : 200807280848 ]
[ JDK VERSION : 1.6.0_07 ]

Just installed the 200807280848 full version (clean install without
legacy .nbi, .netbeans or .netbeans-derby folders) and on first boot,
while it was looking for a MySQL Database Server, I clicked on the
"Tools" menu and the IDE locked up.

There is no indication in the console of any problem.  Last lines
are:

INFO [org.netbeans.modules.editor.EditorModule]: Number of loaded
editor kits: 0
Diagnostic information
Input arguments:
	-Djdk.home=/usr/lib/jvm/java-6-sun
	-Dnetbeans.system_http_proxy=DIRECT
	-Dnetbeans.system_http_non_proxy_hosts=
	-Dnetbeans.dirs=/home/esmith/Apps/netbeans-dev-200807280848/nb6.5:/ho
me/esmith/Apps/netbeans-dev-200807280848/ide10:/home/esmith/Apps/netbe
ans-dev-200807280848/java2:/home/esmith/Apps/netbeans-dev-200807280848
/xml2:/home/esmith/Apps/netbeans-dev-200807280848/apisupport1:/home/es
mith/Apps/netbeans-dev-200807280848/webcommon1:/home/esmith/Apps/netbe
ans-dev-200807280848/websvccommon1:/home/esmith/Apps/netbeans-dev-2008
07280848/enterprise5:/home/esmith/Apps/netbeans-dev-200807280848/mobil
ity8:/home/esmith/Apps/netbeans-dev-200807280848/profiler3:/home/esmit
h/Apps/netbeans-dev-200807280848/gsf1:/home/esmith/Apps/netbeans-dev-2
00807280848/ruby2:/home/esmith/Apps/netbeans-dev-200807280848/php1:/ho
me/esmith/Apps/netbeans-dev-200807280848/visualweb2:/home/esmith/Apps/
netbeans-dev-200807280848/soa2:/home/esmith/Apps/netbeans-dev-20080728
0848/identity2:/home/esmith/Apps/netbeans-dev-200807280848/uml5:/home/
esmith/Apps/netbeans-dev-200807280848/harness:/home/esmith/Apps/netbea
ns-dev-200807280848/cnd2:/home/esmith/Apps/netbeans-dev-200807280848/g
roovy1:
	-Dnetbeans.home=/home/esmith/Apps/netbeans-dev-200807280848/platform9

	-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
	-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense
	-Xmx202m
	-Dorg.glassfish.v3.installRoot=/home/esmith/Apps/glassfish-v3-b15a
	-Dcom.sun.aas.installRoot=/home/esmith/Apps/glassfish-v2ur2
	-Xss2m
	-Xms32m
	-XX:PermSize=32m
	-XX:MaxPermSize=200m
	-Dnetbeans.logger.console=true
	-ea
	-Dapple.laf.useScreenMenuBar=true
	-Dsun.java2d.noddraw=true
Compiler: HotSpot Client Compiler
Heap memory usage: initial 32.0MB maximum 200.5MB
Non heap memory usage: initial 52.2MB maximum 252.0MB
Garbage collector: Copy (Collections=386 Total time spent=1s)
Garbage collector: MarkSweepCompact (Collections=1 Total time
spent=0s)
Classes: loaded=6156 total loaded=6156 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
1,059,106,816
Comment 1 Andrei Badea 2008-07-28 16:48:30 UTC
Please make a thread dump during the lockup and attach it to the issue. Thanks.
Comment 2 esmithbss 2008-07-28 20:07:41 UTC
How do you make a thread dump of the IDE when it is locked up and doesn't respond to any input?
Comment 3 esmithbss 2008-07-28 20:08:42 UTC
Created attachment 65848 [details]
Log file from bootup to lockup in version 200807281401
Comment 4 John Baker 2008-07-28 20:53:37 UTC
http://wiki.netbeans.org/GenerateThreadDump

    *  StackTrace tool 

... allows to get thread dump even without console. It works on all platforms and for all JDKs.

   1. launch from http://www.adaptj.com/root/webstart/stacktrace/app/launch.jnlp
   2. details http://www.adaptj.com/root/main/stacktrace 

To generate thread dump:

   1. select main menu item "Process|Thread Dump..."
   2. in dialog click "..." button to open process ID chooser
   3. select PID from the list and confirm the chooser
   4. click OK to request thread dump 
Comment 5 David Vancouvering 2008-07-28 21:20:19 UTC
I'm watching this and will take the issue once we have a thread dump.
Comment 6 David Vancouvering 2008-07-29 00:58:49 UTC
I'm marking this as a duplicate, but if you can provide the stack trace that would be great.

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