Problem Description: I cannot get the JDBC URL to be recognized and work correctly - in the Log below it suggests "Check system property 'subsonic.db'."
Troubleshooting Steps: I am using MariaDB and, as Subsonic docs instructed, I added an "empty" database" named "subsonic". I verified the subsonic.db presence in MariaDB. [Did I need to do something besides "just add" the empty subsonic database?]
I implemented the JDBC_URL line in my Subsonic /etc/default/subsonic file, cutting, pasting, and modifying the string from the Subsonic online document, "Using an External Database". Here is the string as it appears within the /etc/default/subsonic file:
SUBSONIC_ARGS="--max-memory=150 --https-port=4443
--db=user=root&myMdbpassword&characterEncoding=UTF-8"
I then soft re-booted my Linux VM, and also restarted the Subsonic process.
I have searched the Forum for others who might have had the same issue and not found anything that directly approximates what I encountered.
Subsonic Version: 6.1.6 (build 0cfa60) – November 10, 2019
Server Version: jetty-6.1.x, java 1.8.0_312, HSQLDB, Linux (55.5 MB / 145.0 MB)
Hardware Platform: Linux Ubuntu 20.04 imaged virtual machine,2 gig RAM, at least 60 gig of virtual storage -- unsure about the physical host
Java Memory Limit: Unsure on my Linux VM
Problem Filename: /etc/default/subsonic (contains the problem parameter)
Output from ffmpeg -i: "Command 'ffmpeg' not found" (Linux response) [Is this a problem?]
Last ten log file lines:
- Code: Select all
[7/10/22 1:42:06 PM UTC] ERROR DaoHelperFactory [b]Unsupported JDBC url:user=root&myMdbpassword&characterEncoding=UTF-8. Reverting to HSQL. Check system property 'subsonic.db'.[/b]
[7/10/22 1:42:06 PM UTC] INFO HsqlDaoHelper Checking database schema.
[7/10/22 1:42:08 PM UTC] INFO HsqlDaoHelper Done checking database schema.
[7/10/22 1:42:09 PM UTC] INFO SettingsService Java: 1.8.0_312, OS: Linux
[7/10/22 1:42:09 PM UTC] INFO PlayerDao Deleted 2 player(s) that haven't been used after Wed May 11 13:42:09 UTC 2022
[7/10/22 1:42:09 PM UTC] INFO MediaScannerService Automatic media library scanning scheduled to run every 1 day(s), starting at Mon Jul 11 03:00:00 UTC 2022
[7/10/22 1:42:09 PM UTC] INFO UPnPService Starting UPnP service...
[7/10/22 1:42:10 PM UTC] INFO PodcastService Automatic Podcast update scheduled to run every 24 hour(s), starting at Sun Jul 10 13:47:10 UTC 2022
[7/10/22 1:42:10 PM UTC] INFO UPnPService Disabling UPnP/DLNA media server
[7/10/22 1:42:10 PM UTC] INFO UPnPService Starting UPnP service - Done!
[7/10/22 1:42:19 PM UTC] WARN NetworkService No UPnP router found.