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 48081 - [40cat] No way how to reopen closed Tomcat output
Summary: [40cat] No way how to reopen closed Tomcat output
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
: 47553 (view as bug list)
Depends on: 49095
Blocks:
  Show dependency tree
 
Reported: 2004-08-27 14:02 UTC by zikmund
Modified: 2006-03-24 10:19 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 zikmund 2004-08-27 14:02:59 UTC
Build 200408262030

1) Run a WebApp
2) Close opened Tomcat output window
3) ERROR:
There is no way how to open it again.
Comment 1 zikmund 2004-09-07 13:14:29 UTC
*** Issue 47553 has been marked as a duplicate of this issue. ***
Comment 2 Sherold Dev 2004-09-15 09:10:20 UTC
Tomcat output can be now reopened. 
 
Commit log: 
Checking in src/org/netbeans/modules/tomcat5/TomcatManager.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/TomcatManager.java,v  
<--  TomcatManager.java 
new revision: 1.54; previous revision: 1.53 
done 
Processing log script arguments... 
More commits to come... 
Removing src/org/netbeans/modules/tomcat5/ide/ProcessSupport.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/ProcessSupport.java,v  
<--  ProcessSupport.java 
new revision: delete; previous revision: 1.4 
done 
Checking in src/org/netbeans/modules/tomcat5/ide/StartTomcat.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/StartTomcat.java,v  
<--  StartTomcat.java 
new revision: 1.60; previous revision: 1.59 
done 
Processing log script arguments... 
More commits to come... 
Checking in 
src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/TomcatInstanceNode.java,v  
<--  TomcatInstanceNode.java 
new revision: 1.33; previous revision: 1.32 
done 
Processing log script arguments... 
More commits to come... 
Checking in 
src/org/netbeans/modules/tomcat5/nodes/actions/Bundle.properties; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/actions/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.4; previous revision: 1.3 
done 
RCS 
file: /cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/actions/OpenServerOutputAction.java,v 
done 
Checking in 
src/org/netbeans/modules/tomcat5/nodes/actions/OpenServerOutputAction.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/actions/OpenServerOutputAction.java,v  
<--  OpenServerOutputAction.java 
initial revision: 1.1 
done 
Processing log script arguments... 
More commits to come... 
Checking in src/org/netbeans/modules/tomcat5/util/LogManager.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/LogManager.java,v  
<--  LogManager.java 
new revision: 1.2; previous revision: 1.1 
done 
Checking in src/org/netbeans/modules/tomcat5/util/LogViewer.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/LogViewer.java,v  
<--  LogViewer.java 
new revision: 1.7; previous revision: 1.6 
done 
RCS 
file: /cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/ServerLog.java,v 
done 
Checking in src/org/netbeans/modules/tomcat5/util/ServerLog.java; 
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/ServerLog.java,v  
<--  ServerLog.java 
initial revision: 1.1 
done 
 
Comment 3 Jiri Skrivanek 2004-09-16 08:36:34 UTC
I works only sometimes. The following scenario is not working for me:

- run IDE with clean userdir
- run bundled Tomcat server
- close output window
- try to open server output again ("View Server Output" menu item on
node Runtime|Server Registry|Tomcat 5 Servers|Bundled Tomcat) but it
does nothing

Build 20040915-2325, JDK1.5.0-b63, WindowsXP.
Comment 4 Sherold Dev 2004-09-16 09:43:48 UTC
This is a bug in the output window. Setting the dependency on it.
Comment 5 zikmund 2004-09-21 13:32:30 UTC
Removing fix-in-40 since main part of issue was fixed.
Jirka's scenario is described more detailed in issue 49095 and doesn't
work with Tomcat output and WebApp context log (shared context log
works fine).
Comment 6 Sherold Dev 2004-09-24 08:47:44 UTC
The bug in the output window is fixed now. Setting to FIXED.
Comment 7 Jiri Skrivanek 2004-09-24 09:04:02 UTC
Verified in build 20040924-0245.