Language: Deutsch · English
Create heap and thread dumps with jvisualvm – to analyse memory leaks, freezes and for support.
HOW-TO ADMINISTRATOR STAND: JUL 2026 GILT FUER NUCLOS 4.2026.X
Auf dieser Seite
A memory image (heap/thread dump) helps analyse memory leaks, freezes and crashes as well as profiling. It can be created from both the Nuclos client and server.
Post-mortem first
A post-mortem image can often still be created even after OutOfMemoryExceptions have been thrown. Always try this before restarting Nuclos.
Confidentiality
A memory image contains confidential data from your application. Only share it with trusted people and encrypt it for transport if needed.
You need a JDK (not a JRE!) on the relevant system. If the server runs as a Windows service, the Tomcat JVM must be started with matching JMX parameters (see Tomcat administration). Newer installers allow specifying a JMX port in development mode.
bin/jvisualvm (or .exe) from the JDK.jvisualvm: create thread and heap dump.
Windows service
If the server runs as a Windows service it is not directly visible here: run it in development mode and connect via right-click on Local → Add JMX Connection… → localhost:<JMX port>.