2014-02-18 13:49 GMT+04:00 Dilip Sankhla <dilipsank...@gmail.com>:
> * I am getting below mention error, every thing was working fine with
> tomcat 6. Please Help
>
>
> My tomcat and java configurations are
>
> Server version: Apache Tomcat/7.0.50
> Server built:   Dec 19 2013 10:18:12
> Server number:  7.0.50.0
> OS Name:        Mac OS X
> OS Version:     10.7.5
> Architecture:   x86_64
> JVM Version:    1.7.0_51-b13
> JVM Vendor:     Oracle Corporation
>

How do you launch it?

Check your launch configuration options for java.
What is your stack size  that it overflows after a dozen of function calls?

>
> and thread dump is
>
>
> Exception in thread "http-bio-8081-exec-9" java.lang.StackOverflowError
>     at java.net.SocketInputStream.socketRead0(Native Method)
>    at java.net.SocketInputStream.read(SocketInputStream.java:152)
>     at java.net.SocketInputStream.read(SocketInputStream.java:122)
>     at 
> org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:516)
>     at 
> org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:501)
>     at 
> org.apache.coyote.http11.Http11Processor.setRequestLineReadTimeout(Http11Processor.java:173)
>     at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:950)
>     at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
>     at 
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
>     at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>     at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>     at java.lang.Thread.run(Thread.java:744)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to