Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

If FlexDeploy is responding very slow, provide following details to support team

Solution

See details below.

  1. Provide exact time of issue including screen shot of where issue is occurring.

  2. Capture server logs including .out files as well as flexdeploy*log files.

  3. Capture thread dumps and include it with other details. Take 5 thread dumps each 10 seconds apart.

    1. First find process id - ps -ef | grep java

    2. cd $JAVA_HOME/bin

    3. ./jstack -l <pid> > /var/tmp/threaddump_#.txt (where # will be 1, 2, 3, 4, 5)

  • No labels