I had the same issue today on a fresh splunk installation. I solved this after doing the following: Install java 11 on my server Configure the app.conf file under the local folder of the DB Connect application (\etc\apps\splunk_app_db_connect\local) [install]
is_configured = 1 Under the same folder, create the dbx_settings.conf file with the following: [java]
javaHome = C:\Program Files\Java\jdk-11 I'm kinda sure all I needed was the is_configured set to 1. Please try and validate this.
... View more