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:
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
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
>
>
>
>
> -
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
>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
>
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
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
> 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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=46876
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
> 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
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
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,
15 matches
Mail list logo