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 75452

Summary: Fail to start the appserver which has a none default master password
Product: serverplugins Reporter: judytang <judytang>
Component: Sun Appserver 9Assignee: _ ludo <ludo>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description judytang 2006-04-25 01:57:01 UTC
I am using 4/24 IDE dialy build with JDK 5.0, Appserver 9.0 build 45 on Win XP

Fail to start the appserver which has a none default master password. With 
default master pasword as changeit, the server starts fine. So there is a 
work around, therefore mark this as P2.

Steps to recreate:

(1) Create a domain with a none default master password, and do not save the
master password.

(2) Add this server instance

(3) Start this server instance, it pop up a window ask for the master password,
type it in, after that the system fails to start the instance.
Comment 1 _ ludo 2006-04-25 23:47:53 UTC
Fixed.
Now use all over the place the --passswordfile option to silently pass the
master paswword to the start command to avoid any CLI prompt.
Comment 2 judytang 2006-04-28 21:40:18 UTC
Thanks Ludo !

The issue is fixed in 4/28 5.5 beta build.