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 25227 - Multiplied output from tomcat logs
Summary: Multiplied output from tomcat logs
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 11:02 UTC by _ rkubacki
Modified: 2006-06-05 00:51 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 _ rkubacki 2002-06-27 11:02:37 UTC
Sometimes each character from log is printed more
times into output tab. It happens usually when
there is some problem with server restart.

Example:

127.0.0.1 - - [27/Jun/2002:11:52:29 1000] "GET
/a.jsp HTTP/1.0" 200 209
127.0.0.1 - - [27/Jun/2002:11:53:20 1000] "GET
/a.jsp HTTP/1.0" 500 98
127.0.0.1 - - [27/Jun/2002:11:53:37 1000] "GET
/a.jsp HTTP/1.0" 200 209
112277..00..00..11  --  -- 
[[2277//JJuunn//22000022::1111::5555::2277 
110000001]]2  7"".GG0EE.TT0  .//1aa aa-aa //-jj
ss[pp2aa7gg/eeJNNueenww/..2jj0ss0pp2 
:HH1TT1TT:PP5//511:..2007""   1220000000  ]22 22"22G
E11T22 77/..a00a..a00/..j11s  p--a  g--e 
N[[e22w77.//jJJsuupnn
//H22T00T00P22/::111.110::"55 552::022077   211200200
001]]2  7"".GG0EE.TT0  .//1aa aa-aa //-jj
ss[pp2aa7gg/eeJNNueenww/..2jj0ss0pp2 
:HH1TT1TT:PP5//511:..2007""   1220000000  ]22 22"22G
E11T22 77/..a00a..a00/..j11s  p--a  g--e 
N[[e22w77.//jJJsuupnn
//H22T00T00P22/::111.110::"55 552::022077   211200200
001]]2  7"".GG0EE.TT0  .//1aa aa-aa //-jj
ss[pp2aa7gg/eeJNNueenww/..2jj0ss0pp2 
:HH1TT1TT:PP5//511:..2007""   1220000000  ]22 22"22G
ET /aaa/jspageNew.jsp HTTP/1.0" 200 222
Comment 1 Milan Kuchtiak 2002-06-28 10:17:32 UTC
It seams like 2 threads were writing to the same log file.
Most likely the new Tomcat process was started before the 
previous had been killed completely.
Comment 2 Damian Frach 2002-07-10 17:01:22 UTC
last NB dev; jdk 1.4.0; win2000 and linux

works for me

can you add some steps for a reproduction?
Comment 3 Marek Grummich 2002-07-22 11:40:44 UTC
Set target milestone to TBD
Comment 4 Milan Kuchtiak 2002-07-30 09:52:02 UTC
As this bug cannot be reproducible - I am changing the 
resolution to "WORKSFORME".
This bug was most likely resolved by fixing 25224(Tomcat 
restart failed on Linux) .