All Apps and Add-ons

dbconnect 2 - [CRITICAL] [rpcstart.py] RPC server has been terminated abnormally with error [Error: dl failure on line 883].

atat23
Path Finder

Trying to setup the app and can see the following in the log:

[CRITICAL] [rpcstart.py] RPC server has been terminated abnormally with error [Error: dl failure on line 883].

inputs.conf

[rpcstart://default]
javahome = /opt/splunk/jdk1.8.0_45/jre
port = 9083
useSSL = 0
proc_pid = 27305
Exception = 0

Based on existing answers I assumed it may be related to the javahome setting but If I change the javahome value I get errors saying the directory does not exist, if I have the above value I get the terminated abnormally error.
It doesn't really tell me a lot though, anyone able to offer any guidance or ideas on how I can get to the bottom of this.

I've uninstalled and reinstalled the app a number of times at this stage 😕

0 Karma
1 Solution

jcoates_splunk
Splunk Employee
Splunk Employee

I think you're going too far into the java directory. This works on my server:

bash-4.1$ cat splunk/etc/apps/splunk_app_db_connect/local/inputs.conf 
[rpcstart://default]
javahome = /usr/java/jdk1.8.0_31/
useSSL = 0
proc_pid = 60082
Exception = 0
options = -XX:+UseConcMarkSweepGC

View solution in original post

jcoates_splunk
Splunk Employee
Splunk Employee

I think you're going too far into the java directory. This works on my server:

bash-4.1$ cat splunk/etc/apps/splunk_app_db_connect/local/inputs.conf 
[rpcstart://default]
javahome = /usr/java/jdk1.8.0_31/
useSSL = 0
proc_pid = 60082
Exception = 0
options = -XX:+UseConcMarkSweepGC

jbiggley_2
Explorer

I spent far too long trying to figure out why we were getting entries like the ones below -- editing the inputs.conf in the /local directory was it!

[CRITICAL] [rpcstart.py] The java path does not exist: /usr/lib/jvm/jre
[CRITICAL] [rpcstart.py] RPC server has been terminated abnormally with error [Invalid java path.].

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...