waitDataCollector.bat PID JAZZ_HOME\server --sleep 30 --iters 5If you are using Tomcat on Linux or UNIX:
./waitDataCollector.sh --sleep 30 --iters 5 PIDIf you are using WebSphere Application Server on Windows:
waitDataCollector.bat PID WAS_HOME\profiles\PROFILE_NAME --sleep 30 --iters 5If you are using WebSphere Application Server on Linux or UNIX:
./waitDataCollector.sh --sleep 30 --iters 5 PIDOnce data collection is finished, a zip or tar file will be generated automatically. Please send this file to us for further investigation.
export JAVA_OPTSIn the line before that line add the following:
JAVA_OPTS="$JAVA_OPTS -verbose:gc -Xverbosegclog"After saving the file, restart Tomcat. After the restart is complete, verbose GC logs will be generated in JAZZ_HOME\server (Windows) or JAZZ_HOME/server (Linux/UNIX). The logs will be named verbosegc.YYYYMMDD.HHMMSS.PID.txt (where YYYYMMDD and HHMMSS are the date and time and PID is the process ID of the java process). These verbose GC logs should be provided to us for further analysis. Note: If you have configured Tomcat to run as a Windows Service, then the two Java Options -verbose:gc and -Xverbosegclog need to be added to the Java Options in the Tomcat Service configuration panel. If you are using WebSphere Application Server: Open the WebSphere Integrated Solutions Console, log in, and navigate to Servers > Server Types > WebSphere application server > SERVER_NAME (where SERVER_NAME is the name of the application server, by default server1). Expand “Java and Process Management” and click “Process definition”. On the following page click “Java Virtual Machine”. In the text field “Generic JVM arguments” enter the following:
-verbose:gc -XverbosegclogClick “OK”. At the top of the page click Save”. Restart WebSphere Application Server. After the restart is complete, verbose GC logs will be generated in WAS_HOME\profiles\PROFILE_NAME (Windows) or WAS_HOME/profiles/PROFILE_NAME (Linux/UNIX). The logs will be named verbosegc.YYYYMMDD.HHMMSS.PID.txt (where YYYYMMDD and HHMMSS are the date and time and PID is the process ID of the java process). These verbose GC logs should be provided to us for further analysis.