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 62234 - Suggest to rout CLI errer output to the pop up error window to improve userbility
Summary: Suggest to rout CLI errer output to the pop up error window to improve userbi...
Status: RESOLVED DUPLICATE of bug 61202
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 20:31 UTC by judytang
Modified: 2006-06-04 23:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description judytang 2005-08-12 20:31:31 UTC
I am using NetBeans 4.2 (8/10) build, and Appserver 8.1 EE UR2 build 10 for testing.

Currently after adding a 8.1 EE DAS, the DAS can't be started because the
plugin code does not provide --user option when asking the Admin to start
the domain, which cause the DAS can't be started since --user is a required
option in 8.1 EE.  There was an issue 62184 opened for this.

I am opening a new issue to suggest routing the following error message
from Admin to plugin pop up window, or IDE log messages.log, this is to
help diagnosing the problem.  Currently, both pop up window error message
and messages.log fail to pin point the exact where is the problem.

If there is a way to rout the Admin error message, then it can help not
just this case, it can help all other error condition.  Do you agree ? :-)

Following is the CLI error out when the --user option is not given in
start-domain command.

d:\AppServer Install\8.1 UR2\Sun\AppServer\bin>asadmin start-domain
CLI152 user is a required option.
CLI156 Could not start the domain domain1.
Comment 1 Vince Kraemer 2006-01-04 19:12:42 UTC

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