Mitch
One possible cause

FE Application creates session
passes queryString or posted Data (hopefully in Sesion) to backend Axis 
WebService
Objects are serialized to disk with existing JSESSIONID
FE times out
back end responds to a disconnected session and tries to re-create session with 
old JSESSIONID
Illegal StateException is thrown when client tries to (re)create new session 
with old serialized JSESSIONID

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.


> Date: Thu, 22 Mar 2012 10:43:44 +0000
> Subject: java.lang.IllegalStateException Question
> From: mitchell.sm...@cwc.com
> To: users@tomcat.apache.org
> 
> Hi,
> 
> Tomcat 5.5.35
> JAVA 5
> 
> I am seeing:
> 
> > [ERROR] org.apache.catalina.core.ContainerBase.[Catalina].[localhost] -
> > Exception Processing ErrorPage[exceptionType=java.lang.Exception,
> > location=/base/errors/runtimeError.iface]
> > java.lang.IllegalStateException
> >         at org.apache.coyote.Response.reset(Response.java:297)
> 
> 
> I have looked in to this issue and found multiple comments relating to the
> maxPostSize Attribute in the connector.
> 
> Can someone provide me with a simple explaination of the cause of this
> error, by default this value is 2mb, does this error indicate that
> somewhere a large data packet is being sent to my web app? Or could it be
> that when communicating to a webservice layer it is posting / receiving a
> large packet?
> 
> Background, this error is appearing in the frontend application servers,
> the webapplication utalises a set of axis2 webservices.
> 
> Any info or assistance would be greatly appreciated.
> 
> Thanks
> -- 
> *Mitchell Smith
> *
> 
> The information contained in this email (and any attachments) is confidential 
> and may be privileged. If you are not the intended recipient
> and have received this email in error, please notify the sender immediately 
> by reply email and delete the message and any attachments.
> If you are not the named addressee, you must not copy, disclose, forward or 
> otherwise use the information contained in this email.
> Cable & Wireless Communications Plc and its affiliates reserve the right to 
> monitor all email communications through their networks to
> ensure regulatory compliance.
>  
> Cable & Wireless Communications Plc is a company registered in England & 
> Wales with number:
> 07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ
                                          

Reply via email to