DO NOT REPLY [Bug 46875] CometConnectionManagerValve: concurrent access on session object when calling HttpSession.invalidate()

2009-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46875 --- Comment #1 from Remy Maucherat 2009-03-19 11:23:19 PST --- I think you have a fair point, but not much can be done about it. These events are asynchronous, so the most likely is that it will be processed after the session is gone,

Re: Tagging JK 1.2.28

2009-03-19 Thread Rainer Jung
On 19.03.2009 16:47, Henri Gomez wrote: can you please provide some basic information that helps us find the reason: 1) What was the original compiler error that you got, before adding "extern". With the i5/OS C compiler, all vars defined in a .h are included in the objects (.o) using this inc

Re: Tagging JK 1.2.28

2009-03-19 Thread Henri Gomez
> can you please provide some basic information that helps us find the reason: > > 1) What was the original compiler error that you got, before adding > "extern". With the i5/OS C compiler, all vars defined in a .h are included in the objects (.o) using this include. Adding the extern solve the pr

svn commit: r756058 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_map.c common/jk_map.h common/jk_uri_worker_map.c iis/jk_isapi_plugin.c netscape/jk_nsapi_

2009-03-19 Thread rjung
Author: rjung Date: Thu Mar 19 15:52:06 2009 New Revision: 756058 URL: http://svn.apache.org/viewvc?rev=756058&view=rev Log: Inject environment map from web server plugin as a function parameter instead of keeping it global. This seems a bit cleaner and gives us more flexibility to use the featur

Re: Tagging JK 1.2.28

2009-03-19 Thread Rainer Jung
Hi Henri, can you please provide some basic information that helps us find the reason: 1) What was the original compiler error that you got, before adding "extern". 2) What is the httpd and jk configuration that was used when the core happened. 3) What did you have to do to get the core, e

DO NOT REPLY [Bug 46876] Tomcat terminates after 2 hours of work

2009-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46876 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46876] Tomcat terminates after 2 hours of work

2009-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46876 --- Comment #1 from Yevgen_78 2009-03-19 05:00:58 PST --- Created an attachment (id=23393) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23393) Zipped log part of the log4j -- Configure bugmail: https://issues.apache.or

DO NOT REPLY [Bug 46876] New: Tomcat terminates after 2 hours of work

2009-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46876 Summary: Tomcat terminates after 2 hours of work Product: Tomcat 5 Version: 5.5.20 Platform: PC OS/Version: Windows Vista Status: NEW Severity: critical Prior

Re: Tagging JK 1.2.28

2009-03-19 Thread Henri Gomez
2009/3/19 Henri Gomez : >> Well if you don't came up with the patches, >> (or someone else) we cannot postpone the >> release because no one else has access to >> that OS. At least some build log might >> help, but it's up to maintainer to test >> and eventually propose the fixes. > > The patch is

Re: Tagging JK 1.2.28

2009-03-19 Thread Henri Gomez
> Well if you don't came up with the patches, > (or someone else) we cannot postpone the > release because no one else has access to > that OS. At least some build log might > help, but it's up to maintainer to test > and eventually propose the fixes. The patch is easy, just add the extern keyword

Re: Tagging JK 1.2.28

2009-03-19 Thread Mladen Turk
Henri Gomez wrote: For now, I still can't build it on i5/OS ;-( Well if you don't came up with the patches, (or someone else) we cannot postpone the release because no one else has access to that OS. At least some build log might help, but it's up to maintainer to test and eventually propose t

Re: Tagging JK 1.2.28

2009-03-19 Thread Henri Gomez
>From the error log it seems jk_environment_map is exported in both mod_jk.c and various .c from common. I'll check it 2009/3/19 Henri Gomez : > For now, I still can't build it on i5/OS ;-( > > 2009/3/19 Rainer Jung : >> I plan to tag Tomcat Connectors 1.2.28 tomorrow after 1pm GMT and call for >

Re: Tagging JK 1.2.28

2009-03-19 Thread Henri Gomez
For now, I still can't build it on i5/OS ;-( 2009/3/19 Rainer Jung : > I plan to tag Tomcat Connectors 1.2.28 tomorrow after 1pm GMT and call for > the release vote. If there is a need to wait for some last minute changes or > more testing please let me know. > > Thanks! > > Rainer > > > > > -

Tagging JK 1.2.28

2009-03-19 Thread Rainer Jung
I plan to tag Tomcat Connectors 1.2.28 tomorrow after 1pm GMT and call for the release vote. If there is a need to wait for some last minute changes or more testing please let me know. Thanks! Rainer - To unsubscribe, e-ma

DO NOT REPLY [Bug 46875] New: CometConnectionManagerValve: concurrent access on session object when calling HttpSession.invalidate()

2009-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46875 Summary: CometConnectionManagerValve: concurrent access on session object when calling HttpSession.invalidate() Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: