Upon looking at the MANIFEST.MF file, discovered it was empty:
Manifest-Version: 1.0
root@spotify-connect:/tmp# tail /var/log/syslog
Mar 1 10:14:17 spotify-connect systemd[1]: Starting lovspotify...
Mar 1 10:14:17 spotify-connect sh[4522]: PING spotify.com (35.186.224.25) 56(84) bytes of data.
Mar 1 10:14:17 spotify-connect sh[4522]: 64 bytes from 25.224.186.35.bc.googleusercontent.com (35.186.224.25): icmp_seq=1 ttl=114 time=14.5 ms
Mar 1 10:14:17 spotify-connect sh[4522]: --- spotify.com ping statistics ---
Mar 1 10:14:17 spotify-connect sh[4522]: 1 packets transmitted, 1 received, 0% packet loss, time 0ms
Mar 1 10:14:17 spotify-connect sh[4522]: rtt min/avg/max/mdev = 14.470/14.470/14.470/0.000 ms
Mar 1 10:14:17 spotify-connect systemd[1]: Started lovspotify.
Mar 1 10:14:17 spotify-connect java[4523]: no main manifest attribute, in /opt/lovspotify/lovspotify-1.6.3.jar
Mar 1 10:14:17 spotify-connect systemd[1]: lovspotify.service: Main process exited, code=exited, status=1/FAILURE
Mar 1 10:14:17 spotify-connect systemd[1]: lovspotify.service: Failed with result 'exit-code'.
root@spotify-connect:/opt/lovspotify# /usr/bin/java -Dspring.config.location=classpath:application.yml,file:///opt/lovspotify/gui.yml -jar /opt/lovspotify/lovspotify-1.6.3.jar
no main manifest attribute, in /opt/lovspotify/lovspotify-1.6.3.jar
Have also noticed the deb file is 1.5mb, vs 1.6.2 at nearly 30mb?
Unable to setup using openjdk-11-jre
Upon looking at the MANIFEST.MF file, discovered it was empty:
Have also noticed the deb file is 1.5mb, vs 1.6.2 at nearly 30mb?