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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...