Hello,
I have just installed Confluence on a new virtual machine (Windows Server 2016) and the confluence seems to always crash after 24 hours.
I'am using MySQL as the database.
What could be the issue?
Thanks,
Jeff
What does "crash" mean? What do you see on screen?
More importantly, what does the log file say the problem is?
12-Jun-2018 11:51:11.839 WARNING [ContainerBackgroundProcessor[StandardEngine[Standalone]]] org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadDetected Thread "http-nio-8090-exec-10" (id=221) has been active for 69,482 milliseconds (since 6/12/18 11:50 AM) to serve the same request for http://localhost:8090/ and may be stuck (configured threshold for this StuckThreadDetectionValve is 60 seconds). There is/are 8 thread(s) in total that are monitored by this Valve and may be stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid one snippet of log does not really tell us anything. Could you describe the "crash" in detail as well? What do you get on screen? What do the application logs say when this crash happens?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried pasting the whole command output, but the form did not allow it.
I get website is unreachable.
In task manager I see java and tomcat running, but only at 0% with 1766MB Used
The webserver just dies and then you cannot access the web application. Only 1 user is using for now..
12-Jun-2018 11:51:11.839 WARNING [ContainerBackgroundProcessor[StandardEngine[Standalone]]] org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadDetected Thread "http-nio-8090-exec-10" (id=221) has been active for 69,482 milliseconds (since 6/12/18 11:50 AM) to serve the same request for http://localhost:8090/ and may be stuck (configured threshold for this StuckThreadDetectionValve is 60 seconds). There is/are 8 thread(s) in total that are monitored by this Valve and may be stuck.
java.lang.Throwable
at java.lang.Object.wait(Native Method)
at
<....>
12-Jun-2018 16:57:06.679 INFO [Thread-61] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8090"]
12-Jun-2018 16:57:06.734 INFO [Thread-61] org.apache.catalina.core.StandardService.stopInternal Stopping service Tomcat-Standalone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.