Hi Mark,

Thanks for that. Fixed the spinning bug that you pointed out and no more 25% cpu but I still cannot hit the app! :-( So the spinning bug was not related to the inability to get to the ROOT Tomcat app or my app /rrmt.

Simply, 7.0.37 server does not respond to GET / HTTP/1.1. Remove my war restart Tomcat and I *can *get to the ROOT app. Something in my app that causing the connector to stop responding apparently. Now that I have the JVisualvm configured,
is there anything I can derive that it?

Thanks once again.
Pat

On Mar 6, 2013, at 12:34 PM, Mark Thomas wrote:

On 06/03/2013 17:12, Patrick Flaherty wrote:

This looks to be the culprit.

That is application code so you'll have to take a look to see what it is doing in line 84 of com.rampageinc.base.serverpush.RRServerPushContextListener

Mark


"localhost-startStop-1" daemon prio=6 tid=0x0550c000 nid=0x1fc4 runnable
[0x059ef000]
   java.lang.Thread.State: RUNNABLE
    at
com .rampageinc .base .serverpush .RRServerPushContextListener .contextInitialized(RRServerPushContextListener.java:84)

    at
org .apache .catalina.core.StandardContext.listenerStart(StandardContext.java: 4797)

    at
org .apache .catalina.core.StandardContext.startInternal(StandardContext.java: 5291)

- locked <0x299102d0> (a org.apache.catalina.core.StandardContext)
    at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
- locked <0x299102d0> (a org.apache.catalina.core.StandardContext)
    at
org .apache .catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)

    at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java: 877)
    at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
    at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977)
    at
org.apache.catalina.startup.HostConfig $DeployWar.run(HostConfig.java:1655) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


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



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

Reply via email to