Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Provide exact time of issue.

  2. Explain issue in detail including screen shot of where issue is occurringshots.

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

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

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

  6. cd $JAVA_HOME/bin

  7. ./jstack -l <pid> >

Code Block
languagebash
# First find process id by using ps command, for example
ps -ef | grep java
# Locate JAVA_HOME and cd to execute jstack
cd $JAVA_HOME/bin
# Take 5 thread dumps each 10 seconds apart. See below, where # will be 1, 2, 3, 4, 5
./jstack -l <pid> > /var/tmp/threaddump_#.txt

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20d7db
showSpacefalse
sortmodified
typepage
reversetrue
labelskb-troubleshooting-article
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "FD52"

...