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

Summary: Deadlock when creating project
Product: projects Reporter: Milan Kubec <mkubec>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread dump

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.