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 41542 - Server Status Window show error message only for a very short time.
Summary: Server Status Window show error message only for a very short time.
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks: 55325
  Show dependency tree
 
Reported: 2004-03-31 13:56 UTC by Marek Fukala
Modified: 2006-05-26 09:53 UTC (History)
2 users (show)

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 Marek Fukala 2004-03-31 13:56:27 UTC
[nb36-rc1, solaris9x86]
I encountered the problem in a particullar
situation which IMO can happen to users -easily-. 
I had installed a tomcat5 server on the solaris
machine, but the $CATALINA_HOME/bin/catalina.sh
script had no execution right. Then added this
installation into IDE server registry and tried to
execute it. The Server Status Window appeared and
shown an error message that the script could be
executed. So far so good. Unfortunately the
message remained at most for a second and the was
replaced by message "Waiting for Tomcat". 

I am aware that this case is rather an user error,
but I am not sure that this situation (replaced
error message) can happen also in other
situations. This would be really bad.

Moreover the message "Waiting for Tomcat" seems to
remain forever until you close the dialog or try
to start it again.

I would also like to have Ann's opinion on this
(mostly UI?) issue.
Comment 1 Pavel Buzek 2004-04-05 19:36:14 UTC
I think that any user level error messages (i.e. definitely anything
we show in progress dialog) should be written to output window. Not
sure how this would coexist with the output from tomcat process
though. Perhaps a high level status should be written to the standard
output tab by j2eeserver and then individual plugins can use a
separate tab for details like tomcat is now doing.

On a similar topic: We discussed the server progress dialog with Ann
and we agreed that for deployment there should definitely be more info
written into output tab. Something like: "copying files..,
restarting/redeploying the web module.., etc.". When we switch to
running the deployment tasks from ant this will become very natural as
ant tasks often write info about what they are doing. Any errors need
to be reported there in the first place.

I though that this could all be tracked under this issue (since you
have chosen such a good description in Summary field!).

Comment 2 Pavel Buzek 2004-08-06 21:05:44 UTC
Maya is working on UI spec for improving j2eeserver. This should be
consisdered.

Printing out messages could be done for promoD if time permits.
Comment 3 Pavel Buzek 2005-02-22 00:32:37 UTC
Still planning to remove the progress dialog, but did not make it into
4.1. With ant based deployment all messages will be in output tab...
Comment 4 Pavel Buzek 2005-03-18 20:46:46 UTC
I consider this to be fixed - the messages are written to the output so you can
read it even after closing the dialog. 
Comment 5 Jaroslav Pospisil 2006-05-26 09:53:33 UTC
Verified