Our Tomcat server terminated unexpectedly. (It works as a Windows service, an error is displayed in the system event log: Event ID 7034).
Where can I find the JVM crash dump or some indication of why the Tomcat service actually stopped working?
I see a number of exceptions in our application log (our web infrastructure, Wicket cannot serialize some of our pages to disk due to a NotSerializableException). I assume this is a side effect of the service trying to close (because we have non-serializable objects on our pages). I don’t understand what made the service shut down.
I checked the following places:
, , Tomcat , VM. SQL Server Windows, 20 .
?
. hs_err, jni- ( ), (, ). hs_err stderr, . , Tomcat 134 (x86), , , . , stdlib 'abort() . , - jni "abort()". , , . Tomcat, , -, .
, Java Tomcat. JNI, , abort()? , , Java- - System.exit()?
, tomcat . , , tomcat.
tomcat6.conf. , :
#JAVA_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4142,suspend=n"
stop/restart tomcat.
stop/restart
Bye
Source: https://habr.com/ru/post/1733600/More articles:Using security of the web.config directory and URLs without extension - securityDjango, удалить все файлы cookie - djangoSending data between two Ethernet interfaces in the same field - c ++Does .NET have a BITS module? - .netSQL Server: how do I use modify () to modify XML data in a column with TEXT data type - xmlPositional ranking and relationship relationships in Python - pythonProgrammatically Create / Delete a Windows Media Services Publishing Point - c #Should I reset all WebForms / ASP.NET MVC and WinForms development and switch to Silverlight? - .netHow to document an event handler in JSDoc? - javascriptJava readyStatement with setBigDecimal parameter raises ORA-03115 - javaAll Articles