Tomcat stopping related to Process Deadline Checker

Confluence User - 02 May, 2017

Hello, we have been having problems with tomcat stoppings with no apparent explanation. In the case that I copied below, there is a similar procedure to the query-response example of approvals via e-mail that is based on the expiration of a task. We do not run anything else or enter new information and in the log, in the middle of the night we see this:

02-May-2017 04:59:26.692 INFO [Thread-10] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
02-May-2017 04:59:26.693 INFO [Thread-10] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
02-May-2017 04:59:26.693 INFO [Thread-10] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
INFO  02 May 2017 04:59:27 org.joget.apps.app.web.ThreadCleaner  - cleaned 673 values in ThreadLocals
02-May-2017 04:59:27.874 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [jw] appears to have started a thread named [Thread-9] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 org.joget.workflow.shark.DeadlineChecker.run(DeadlineChecker.java:126)
02-May-2017 04:59:27.881 INFO [Thread-10] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
02-May-2017 04:59:27.960 INFO [Thread-10] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
02-May-2017 04:59:28.048 INFO [Thread-10] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
02-May-2017 04:59:28.048 INFO [Thread-10] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]

We are currently working on a modification that does not rely on the loop for verification, but it is also an unexpected behavior that affects the application. We have not found much documentation on this. Do you think a fresh installation will help?

server;tomcat;catalina

1


03 May, 2017
confluenceUser
confluenceUser

Hi, the log message "02-May-2017 04:59:26.692 INFO [Thread-10] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]" seems to indicate that a normal shutdown of Tomcat was triggered from somewhere. You might want to check if there is any internal or external trigger that is doing that.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print