Hi guys,
I am running two subsonic servers on Ubuntu
asdfjkl@SET:~$ arch
x86_64
asdfjkl@SET:~$ lsb_release -a
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
I think some recent updates caused my subsonic server to break. I now only see this error message when I try to log into subsonic from the web browser on the host server: at localhost:5555
HTTP ERROR: 404
NOT_FOUND
RequestURL=/
powered by jetty ://
At first I was getting an error related to this thread: viewtopic.php?f=2&t=12784
But I think the suggestions in there helped me fix that problem, but left this other problem.
This to me looks like subsonic isn't really running from out side.
Troubleshooting.
I saw another post saying that java updates could break subsonic.
I check the java version and it looks good based on those posts.
In addition, I've tried restarting the server, restarting the whole machine many times. The music is still good because I can use other local applications to access it and play it.
Playback Application and version: All play back applications, I am trying the web brouser on the machine with the server, so that cuts out any issues with other players.
Subsonic Version: 4.9
Server Version: Ubuntu 12.04 LTS
Java Memory Limit:
from my /etc/default/subsonic file:
SUBSONIC_ARGS="--port=5555 --https-port=5555 --max-memory=1024"
Problem Filename: no specific file is a problem.
Output from ffmpeg -i:
asdfjkl@SET:/var/subsonic$ ffmpeg -i
The program 'ffmpeg' is currently not installed. You can install it by typing:
sudo apt-get install libav-tools
I then installed it. And restarted the server with sudo service subsonic restart
Last ten log file lines:
asdfjkl@SET:/var/subsonic$ tail subsonic_sh.log 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)
10273 [main] INFO org.mortbay.log - Started SelectChannelConnector@0.0.0.0:5555
10324 [main] INFO org.mortbay.log - Started SslSocketConnector@0.0.0.0:5554
Subsonic running on: http://localhost:5555/
and: https://localhost:5554/
10353 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
10360 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
10390 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[127.0.1.1:9412](local),objID:[0:0:0, 0]]]]
asdfjkl@SET:/var/subsonic$ tail subsonic.log
at java.sql.DriverManager.getConnection(DriverManager.java:167)
at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:174)
at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:165)
at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:149)
at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:119)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
... 76 more
[2014-04-07 15:05:14,034] INFO VersionService - Resolved local Subsonic version to: 4.9
To work around, I had another extra machine which I put the latest Ubuntu on. I got the attached Error/warning when installing the latest subsonic. So, maybe this has something to do with my problems on the other machines
What else can I try?
What else should I provide to get more help?
Thanks,
MW