DO NOT REPLY [Bug 47714] Reponse mixed between users

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714

--- Comment #3 from Kevin J Walters  2009-11-26 07:03:34 UTC ---
1.2.21 can exhibit request/response mixing - could be the same issue? One way
this can occur is some event that triggers a bug where the http response from
tomcat ends up buffered. The next request to that apache worker process will
then pick up the previous response from the persistent tcp connection. For this
particular type of bug, evidence of an ongoing issue can be seen in a few ways:

1) buffered tcp data between tomcat and apache that stays at the same level -
easiest to observe when load is very light - run netstat -a a few times and
look for established tcp connections with non 0 data in queues.

2) the responses will be way too fast because they are instant due to previous
response already waiting

3) if your using prefork and logging worker process pids, you can look for the
pattern by comparing things like response size in logs for URLs served by each
pid

4) quiesce the server and then fire a series of requests for a known servlet
and verify responses match expected result

A workaround or preventative measure is DisableReuse

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47714] Reponse mixed between users

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714

Kevin J Walters  changed:

   What|Removed |Added

 CC||k...@ms.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 47714] Reponse mixed between users

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714

--- Comment #4 from Pid  2009-11-26 07:18:52 UTC ---
(In reply to comment #0)
> Hi,
> 
> We are migrating our application to JBoss container version 4.2.x with Apache
> web server in the front. We are using the mod_jk connector version 1.2.28. Our
> Apache version is 2.2.6. AJP13 worker is used for communication between web
> server and Tomcat.
> 
> We have picked up an issue during load testing where the response is being
> mixed between users - one user is able to see reponse of another.  

Might sound like an dumb question, but what are you load testing against?

Have you eliminated the possibility that the application has an error which
might cause this?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r884676 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleanerCleanup.java

2009-11-26 Thread markt
Author: markt
Date: Thu Nov 26 19:38:46 2009
New Revision: 884676

URL: http://svn.apache.org/viewvc?rev=884676&view=rev
Log:
Remove unused class

Removed:

tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleanerCleanup.java


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48295] New: Some occurences of eacute instead of ecircumflex in french translations

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48295

   Summary: Some occurences of eacute instead of ecircumflex in
french translations
   Product: Tomcat 6
   Version: 6.0.20
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: Manager application
AssignedTo: dev@tomcat.apache.org
ReportedBy: mar...@mac.com


Created an attachment (id=24626)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24626)
fixes a couple of typo where é is used instead of ê

"arrét" is incorrect, should be "arrêt"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48296] New: Missing french translations and some weird sentences

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48296

   Summary: Missing french translations and some weird sentences
   Product: Tomcat 6
   Version: 6.0.20
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: Manager application
AssignedTo: dev@tomcat.apache.org
ReportedBy: mar...@mac.com


Created an attachment (id=24627)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24627)
i18n fixes againt tc6.0.20

Patch adds missing properties in french i18n for tomcat manager and reworks
some sentences.

NOTE: this patch is against a copy where the patch submitted with 48295 have
been applied.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 48297] New: Missing french translations and some weird sentences (patch for trunk)

2009-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48297

   Summary: Missing french translations and some weird sentences
(patch for trunk)
   Product: Tomcat 7
   Version: trunk
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: Manager
AssignedTo: dev@tomcat.apache.org
ReportedBy: mar...@mac.com


Created an attachment (id=24628)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24628)
i18n fixes againt dev trunk

Patch adds missing properties in french i18n for tomcat manager and reworks
some sentences.

NOTE: this patch is against a copy where the patch submitted with 48295 have
been applied.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



"No global naming context defined for server" error msg when starting an embedded tomcat server

2009-11-26 Thread Forrest Xia
Hi experts there,

When I use geronimo to start an embedded tomcat server, there is an error
msg like this:
 ERROR [GlobalResourcesLifecycleListener] No global naming context defined
for server

Can anyone give some hints? why this happens?

Thanks!
Forrest