Splunk Dev

How to generate java jstack of the db connect jbridge process?

kserra_splunk
Splunk Employee
Splunk Employee

My db connect has been experiencing hanging issues, and splunk support has request for a jstack output for further investigating into the issue. What are the steps to obtain the jstack outputs?

splunkIT
Splunk Employee
Splunk Employee

In order to obtain jstack output on a java process, you would first need to obtain the java sdk package. The standard jre package does not include the necessary tools (ie. jps and jstack) for generating the jstack output.

Requirements:

1.) Obtain java sdk from http://www.oracle.com/technetwork/java/javase/downloads/index.html

2.) Reconfigure db connect to use the sdk version of the jvm.

For example, if you specify /usr/lib/jvm/jdk1.7.0_25 as the java home, ensure that there is a bin sub-directory which contains the java, jps, and jstack executables.

alt text

While the issue is occurring:

1.) Open a command prompt and cd into the $JAVA_HOME/bin directory

2.) Run: jps -l (this will list running java processes)

3.) Identify the process with the label com.splunk.bridge.JavaBridgeServer and copy the PID (number)

4.) Run: jstack -l (where is replaced with the copied PID from step #3)

5.) Copy the output and paste it into a text file for Support

Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...