Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-06 Thread Simon Kitching
Hi Costa, Costa Basil <[EMAIL PROTECTED]> schrieb: > Simon, again me. I think you might be right about the thread-safety. I > checked out closely the access log and in two cases there was the same > pattern. > Each user triggered the login action (j_security_check) twice when they > logge

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-06 Thread Simon Kitching
Costa Basil <[EMAIL PROTECTED]> schrieb: > It turns out that this problem is due to the fact that some code in the > Myfaces framework is not thread-safe. I've been able to reproduce this error > with JMeter using a threadgroup of 3 users that log in at the same time and > navigate to the h

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-05 Thread Costa Basil
It turns out that this problem is due to the fact that some code in the Myfaces framework is not thread-safe. I've been able to reproduce this error with JMeter using a threadgroup of 3 users that log in at the same time and navigate to the home page which is where it fails. Unfortunately I ca

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-05 Thread Costa Basil
Simon, again me. I think you might be right about the thread-safety. I checked out closely the access log and in two cases there was the same pattern. Each user triggered the login action (j_security_check) twice when they logged in. And they were the first users that accessed the system. Then t

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-05 Thread Costa Basil
Hi: Thank you for your answer Simon. Here are again those portions from the web.xml file that are relevant to this issue. I missed some of them before. Maybe there is something else wrong. Regarding your observation that the users can access directly the jsp pages, actually the access to th

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-04 Thread Simon Kitching
Costa Basil <[EMAIL PROTECTED]> schrieb: > Hi: > > I am using Myfaces core 1.1.5/Tomahawk 1.1.6 on a weblogic 9.1/jdk1.5.0_4 > jrockit server on a redhat linux server. Rarely -3 times so far from June- I > get the exception below. > > I never got it on my computer, I never got it in the te

Re: java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-04 Thread Costa Basil
I forgot to send the chunks from web.xml file where the filter is defined. Here they are: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

java.lang.IllegalStateException: ExtensionsFilter not correctl

2007-11-04 Thread Costa Basil
Hi: I am using Myfaces core 1.1.5/Tomahawk 1.1.6 on a weblogic 9.1/jdk1.5.0_4 jrockit server on a redhat linux server. Rarely -3 times so far from June- I get the exception below. I never got it on my computer, I never got it in the test environment, only 3 times in production. There are no er