Can't connect to new install

Need help? Post your questions here.

Moderator: moderators

Can't connect to new install

Postby bupkis » Thu Aug 16, 2018 10:13 am

Initial Problem Description: I've had subsonic running on my server for years almost entirely trouble free. Yesterday, after a kernel upgrade (and, I'm pretty sure, also a java upgrade several days previous to that which didn't require a reboot), I rebooted my remote server as I've done hundreds of times and, unlike every other time, subsonic didn't start automatically and the daemon couldn't be started from the command line, nor could I start subsonic with /usr/share/subsonic/subsonic.sh

Troubleshooting Steps: I tried switching java instances with sudo update-alternatives --config java back to java-7-openjdk and still couldn't get it to work even after a reboot.

Eventually I resigned myself to completely reinstalling from scratch. Used sudo dpkg -P subsonic to get rid of everything other than /var/subsonic. Then a sudo rm -R /var/subsonic to get rid of that. Finally reinstalled using sudo dpkg -i subsonic-6.1.3.deb and rebooted. Resulting in:

New Problem Description: the daemon starts the new install fine. Process, running as root, looks like this:
Code: Select all
java -Xmx150m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ -Dsubsonic.db= -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic.defaultPodcastFolder=/var/music/Podcast -Dsubsonic.defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar


Problem: I cannot connect even to set up the server. I try, in several browsers, to bring up http://xxx.xxx.xxx.xxx:4040 and it just hangs. Process is running on the server, port 4040 is listening according to netstat, my home IP hasn't been blocked by the firewall. Nothing has changed in my home network or router.

Playback Application and version: Tried with Safari, Chrome, Firefox.
Subsonic Version: 6.1.3
Server Version: Not sure what's being asked for here.
Hardware Platform: Hetzner remote server with Xeon processor, running Ubuntu 14.04.5
Log file lines: This would seem to indicate a problem, but I have no idea what or how to solve it:

Code: Select all
366 [main] WARN org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@43496793{/,jar:file:/usr/share/subsonic/subsonic.war!/}
java.util.zip.ZipException: error in opening zip file
   at java.util.zip.ZipFile.open(Native Method)
   at java.util.zip.ZipFile.<init>(ZipFile.java:221)
   at java.util.zip.ZipFile.<init>(ZipFile.java:151)
   at java.util.jar.JarFile.<init>(JarFile.java:154)
   at java.util.jar.JarFile.<init>(JarFile.java:118)
   at org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(TagLibConfiguration.java:171)
   at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1215)
   at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)
   at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
   at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
   at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
   at org.mortbay.jetty.Server.doStart(Server.java:217)
   at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
   at net.sourceforge.subsonic.booter.deployer.SubsonicDeployer.deployWebApp(SubsonicDeployer.java:132)
   at net.sourceforge.subsonic.booter.deployer.SubsonicDeployer.<init>(SubsonicDeployer.java:64)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
   at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
   at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
   at net.sourceforge.subsonic.booter.Main.<init>(Main.java:24)
   at net.sourceforge.subsonic.booter.Main.main(Main.java:63)
377 [main] INFO org.mortbay.log - Started SelectChannelConnector@0.0.0.0:4040
Subsonic running on: http://localhost:4040/
411 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
435 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
457 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[5.9.31.194:9412](local),objID:[0:0:0, 0]]]]


Any help with this much appreciated.
bupkis
 
Posts: 27
Joined: Sat Jan 19, 2013 8:08 pm

Re: Can't connect to new install

Postby bupkis » Thu Aug 16, 2018 5:33 pm

Update:

This clearly has something to do with the new java install.

What I've noticed is that in /usr/lib/jvm/java-7-openjdk-amd64 there is a bad symbolic link:

lrwxrwxrwx 1 root root 20 Jul 31 12:59 src.zip -> ../openjdk-7/src.zip

There is no folder openjdk-7 in /usr/lib/jvm. Since the error appeared to have been "error in opening zip file" and the only relevant .zip files on my machine (not including that broken symlink) are:

Code: Select all
/opt/jdk1.8.0_161/javafx-src.zip
/opt/jdk1.8.0_161/src.zip
/opt/jdk1.8.0_161/jre/lib/deploy/ffjcext.zip


I have to conclude that something has broken this part of the java-7 installation, which is causing jetty to fail.

Can anyone tell me how to install an up-to-date(ish) version of java-8 and where to install it so as to avoid this problem?
bupkis
 
Posts: 27
Joined: Sat Jan 19, 2013 8:08 pm

Re: Can't connect to new install

Postby bupkis » Sun Aug 19, 2018 3:38 pm

I've resolved this. Solution here.
bupkis
 
Posts: 27
Joined: Sat Jan 19, 2013 8:08 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 14 guests