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 62334 - 8.1 PE Server fail to start when master password is not default as changeit
Summary: 8.1 PE Server fail to start when master password is not default as changeit
Status: RESOLVED DUPLICATE of bug 60856
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 23:29 UTC by judytang
Modified: 2005-09-05 10:12 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 2005-08-15 23:29:54 UTC
I am using NetBeans 4.2 (8/11) build, and Appserver 8.1 PE UR2 build 10 for testing.

I created a domain with a master password not equal to changeit, I then add
the server, then try to start the server, but the server failed to start.

I checked both server.log and IDE messages.log, there seems no error message
indicate that the error is caused by the master password.  So when fixing this
issue, should also consider on how to let user know if the master password is
correct or not.

I think in this case the server could not start is bacause there has no 
code to ask for the master password when the master password is no the
default password. 

So two issues need to look into in this bug:

(1) Look into how to handle the none default master password case

(2) Look into when how to detect an invalid master password case
Comment 1 judytang 2005-08-16 00:34:13 UTC
Changed from P1 to P3, although the sever can't start, there is a
work around which is to use changeit as master password.
Comment 2 Petr Blaha 2005-08-16 08:20:50 UTC
I guess that creation domain with option --savemasterpassword=true can resolve
this issue.
Comment 3 _ ludo 2005-08-16 20:41:15 UTC
same as 60856 
Comment 4 _ ludo 2005-08-16 20:41:42 UTC

*** This issue has been marked as a duplicate of 60856 ***