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 81385

Summary: Create Personal Domain queries for password, sometimes
Product: serverplugins Reporter: Vince Kraemer <vkraemer>
Component: Sun Appserver 9Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vince Kraemer 2006-07-28 23:09:44 UTC
When I creat a personal domain there is a about a 50/50 chance that the password
file has a blank password.

It looks like the wizard finishes (and clears the username and password) before
the password file is created.
Comment 1 Vince Kraemer 2006-07-28 23:11:58 UTC
race condition on the wizard descriptor, which is shared between threads.
Comment 2 Vince Kraemer 2006-07-29 18:45:38 UTC
Checking in db/RegisterPointbase.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/db/RegisterPointbase.java,v
 <--  RegisterPointbase.java
new revision: 1.4.6.5.2.11; previous revision: 1.4.6.5.2.10
done
Checking in ui/AddDomainWizardIterator.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/ui/AddDomainWizardIterator.java,v
 <--  AddDomainWizardIterator.java
new revision: 1.2.2.3.2.9; previous revision: 1.2.2.3.2.8
done