All Apps and Add-ons

DBX Java_Home does not exist

samanthajanep15
Engager

Hi, I just downloaded DBX add in for Splunk Enterprise and it is giving me errors saying: my Java_Home path does not exist even though I know it does and cannot communicate with your task server. Please help me get the DBX app up and running. Thank you so much.

jcoates
Communicator

On Winders

>"%PROGRAMFILES%\Splunk\bin\splunk.exe" cmd python -c "import os; print(os.environ)"

On Nix

$ $SPLUNK_HOME/bin/splunk cmd python -c "import os; print(os.environ)"

Should show you what Splunk's going to see for an environment variable. If that doesn't have the correct Java home then you'll have to use DB Connect's setup page to override with the one you want it to use.

Also note that it is picky and you must have the full JDK from Oracle, version 8. Not Hotspot, not JRE, not OpenJDK, not IBM, &c, &c.

0 Karma

MuS
SplunkTrust
SplunkTrust

Well, is $JAVA_HOME set and points to a valid supported JRE on the Splunk instance running DB connect?

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 ...