Hi there,
I’m currently running into several issues when attempting to use SongKong under a headless Linux server.
I receive the following error when trying to invoke SongKong from command line:
user@dreamcast:~/songkong$ ./songkong.sh
debuglogfile is:/home/user/.songkong/Logs/songkong_debug%u-%g.log
userlogfile is:/home/user/.songkong/Logs/songkong_user%u-%g.log
You have attempted to start in GUI mode but your environment does not support using the GUI
I’m given a different error when any argument is passed to SongKong.
user@dreamcast:~/songkong$ ./songkong.sh -?
debuglogfile is:/home/user/.songkong/Logs/songkong_debug%u-%g.log
userlogfile is:/home/user/.songkong/Logs/songkong_user%u-%g.log
License check failed, either your internet connection is not working on your license details are incorrect
Check the values of licenseEmail, LicenseKey1 and LicenseKey2 in your songkong.properties file
License information isn’t stored in the songkong properties file. It’s stored in a license.properties file which is correctly populated according to the documentation. Also, there is nothing wrong with my internet connectivity on this server.
Any assistance with getting Song Kong to work is greatly appreciated!