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 - Create Personal Domain queries for password, sometimes
Summary: Create Personal Domain queries for password, sometimes
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 23:09 UTC by Vince Kraemer
Modified: 2006-07-29 18:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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