André Warnier wrote:
> Anjib Mulepati wrote:
>> Hi,
>>
>> When I run my web application developed using Struts 1.3.8 I am
>> getting following error continuously. I couldn't figure out so please
>> help.
>>
>> java.lang.StackOverflowError
>> at
>
> Mmmm. I'm not really a java specialist, but could this mean that the
> stack is overflowing ?
>
> I would also think that in order for someone here to even start trying
> to help you, a few more details about your environment may be helpful, like
> - Tomcat version
> - Java version
> - OS version
> - the command-line parameters of the command which is starting Tomcat
> (the java options)
>
> ---------------------------------------------------------------------
I would add, having a quick look at the log messages, that it looks very much like
something is looping and calling itself recursively.
Which is usually a good recipe to get a stack overflow.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|