No movement at Debug mode

2018-01-21 Thread Karen Goh
Hi expert, I have been stuck at this problem - No debug movement , for quite some time and am seeking help from this user group. After submitting my form using JSP, So, here's what appeared at the console : an 21, 2018 11:25:58 PM org.apache.catalina.startup.VersionLoggerListener log INFO: Se

Re: No movement at Debug mode

2018-01-21 Thread Alex O'Ree
Do you mean you cannot get a debugger to attach to Tomcat and thus step through your app? Make sure you start tomcat with "catalina jpda run". I think it listens on port 8000 by default. You can then use just about any IDE to attach the debugger via JPDA to localhost port 8000. On Sun, Jan 21, 201

Fw: No movement at Debug mode

2018-01-21 Thread Karen Goh
I want to add in additional infor : After I stopped the server, the console has the following error message which beats me. WARNING: The web application [Hi5S] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create

StoreConfig default registry misspelling

2018-01-21 Thread d3coder
I can't enable StoreConfigLifecycleListener with default settings because of misspelling in class name in default server-registry.xml XML line 138 - storeFactoryClass="org.apache.catalina.storeconfig. OpenSSLConfSF" storeFactoryClass should be org.apache.catalina.storeconfig.SSLHostConfigSF or SSLH

RE: Ajp Nio-thread stuck in loop and consuming a lot of cpu

2018-01-21 Thread Toom Andreas
Hi Mark, Thanks for the info - I think we will focus on migrating to the 8.5.x branch first. If we experience the same issue on that branch I will restart our investigation and might come back with additional debugging information to see if we can identify the root cause. Thanks for your help!

Re: StoreConfig default registry misspelling

2018-01-21 Thread Rémy Maucherat
On Mon, Jan 22, 2018 at 8:35 AM, d3coder wrote: > I can't enable StoreConfigLifecycleListener with default settings because > of misspelling in class name in default server-registry.xml > XML line 138 - storeFactoryClass="org.apache.catalina.storeconfig. > OpenSSLConfSF" > storeFactoryClass shoul