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 90219 - Hang while 'New Entity Class from DB' -> Connect
Summary: Hang while 'New Entity Class from DB' -> Connect
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 19:39 UTC by Marco Walther
Modified: 2006-11-29 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (29.83 KB, text/plain)
2006-11-28 19:42 UTC, Marco Walther
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Walther 2006-11-28 19:39:12 UTC
I'll attach a stack trace. It looks like the code on the AWT event thread is 
waiting to read some text/stream and blocks there:-(
Comment 1 Marco Walther 2006-11-28 19:42:09 UTC
Created attachment 36331 [details]
Thread Dump
Comment 2 Andrei Badea 2006-11-28 20:54:55 UTC
Just to make sure I understand: you invoked the wizard, chose a Derby database
connection or data source, the Connect dialog popped up and you pressed the OK
button in this dialog. Right?
Comment 3 Marco Walther 2006-11-28 21:17:47 UTC
After supplying the password, yes;-)

Comment 4 Andrei Badea 2006-11-29 11:01:13 UTC
I consulted this with Petr Nejedly and he says it does not look like a deadlock.
The IDE seems to be running, but it probably slowed down by something. Was the
CPU at 100%? It also seems you are running under the YourKit profiler, could
this be the cause of the slowdown?

I can't attempt a fix based on the attached thread dump, so I'm closing the
issue. If you can reproduce again please do several thread dumps in a few second
intervals, then wait a minute or so, do more thread dumps, attach them all here
and reopen. Thanks.