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 27041 - Deadlock when creating project
Summary: Deadlock when creating project
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-05 11:19 UTC by Milan Kubec
Modified: 2003-02-04 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (13.19 KB, text/plain)
2002-09-05 11:20 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-09-05 11:19:17 UTC
I get reproducible deadlock when clicking New
Project button on Welcome panel. Dump attached.
Comment 1 Milan Kubec 2002-09-05 11:20:24 UTC
Created attachment 7325 [details]
full thread dump
Comment 2 Milan Kubec 2002-09-05 15:26:38 UTC
Raising prio, since novice user is completly disallowed to create a
project.
Comment 3 Jan Benway 2002-09-10 16:50:33 UTC
I am blocked from creating a project also from the New menu, not just
the welcome window. Right-click is the only thing that works.

Reproducable on Windows XP with jdk 1.4.0 and Windows 2000 with JDK
1.4.0 and 1.4.1 RC.

Here is the error I get:
WARNING - the WizardDescriptor.Panel implementation
org.openide.loaders.Template
Wizard1 provides itself as the result of getComponent(). This can
cause a clash
when Component.isValid() is overridden. Please use a separate
component class.
Comment 4 Vitezslav Stejskal 2002-09-11 12:59:26 UTC
Jan, message you've attached is just a warning, could you please send
full thread dump to let me see if your deadlock is the same as
described by Milan? (on WinXP use CTRL+Break to produce FTD in console
window)
Comment 5 Vitezslav Stejskal 2002-09-23 21:14:39 UTC
Seems to disappear by rewrite to new Looks API or at least I can't
reproduce it now anymore. Please reopen if it still deadlocks on your
machine.
Comment 6 Milan Kubec 2002-10-18 09:26:45 UTC
Verified, not reproducible.