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 138442 - On stopping server there is no message in the IDE server log like "Stopping Server"
Summary: On stopping server there is no message in the IDE server log like "Stopping S...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: Sun Windows XP
: P4 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 08:14 UTC by dpkumar
Modified: 2008-09-24 05:14 UTC (History)
1 user (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 dpkumar 2008-06-27 08:14:30 UTC
NB Build:NetBeans IDE Build 200806230002
JDK build:1.6.0_06

Steps to reproduce:
1.Install NB and download GF V3.
2.Start and stop the server.

In GF V2 if you stop server it will show the following message in the IDE sever log,

WEB0303: Stopping Sun-Java-System/Application-Server.
WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080
WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181
WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848

But when you start the GF V3 server you can see message "Glassfish v3 started in 578 ms" in the IDE server log . But if
you stop the server there is no message in the IDE server log.
Comment 1 _ pcw 2008-06-27 20:42:35 UTC
Actually, you should see something similar to the following text in the log after choosing <stop>:

Jun 27, 2008 12:38:38 PM com.sun.enterprise.v3.admin.StopDomainCommand execute
INFO: Server shutdown initiated

However, if the server process terminates quickly enough, this message may never make it to the console, as the process
streams may be closed before it is sent or read by our code.  So it isn't always displayed.
Comment 2 _ pcw 2008-06-27 20:44:00 UTC
Marking this as a P4.  I may be able to fix it when I implement the <View Server Log> code though.
Comment 3 Vince Kraemer 2008-09-24 05:14:00 UTC
I see lots of output in the server output window with build 20080923 and gf v3 promoted build 25

reopen with more details if you run into this again