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 - Fail to start the appserver which has a none default master password
Summary: Fail to start the appserver which has a none default master password
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 01:57 UTC by judytang
Modified: 2006-04-28 21:40 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 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.