Page 1 of 1

Serviio Service not Initiating.

PostPosted: Thu Nov 28, 2013 3:25 am
by Kanguro
Hi guys!
Been using Serviio for about 2 years now.
After the new 1.3.1 update. My Serviio Server doesn't start any longer, even after I manually start its service.
It just shuts itself off. I looked at the log file and the only error i see is a java error plus a disk cache error too.
Here's the log and a lil gif animation of my starting Serviio
capture.gif
capture.gif (289.84 KiB) Viewed 3427 times

and then when it just shuts-off.
Also I've uninstalled serviio and reinstalled it, yet nothing worked.

Thank you!

Re: Serviio Service not Initiating.

PostPosted: Fri Nov 29, 2013 4:49 am
by Kanguro
Anyone? :/

Re: Serviio Service not Initiating.

PostPosted: Fri Nov 29, 2013 8:58 am
by DenyAll
From http://stackoverflow.com/questions/2772 ... -bind-java
Address already in use: JVM_Bind
means that some other application is already listening on the port your current application is trying to bind.
what you need to do is, either [change] the port for your current application [not possible for Serviio] or better; just find out the already running application and kill it.
on linux you can find the application pid by using: netstat -tulpn
On Windows I think netstat -anbo will do something similar (from an elevated command prompt). I'm not sure what would be using the same socket as Serviio, but that appears to be the problem.

Re: Serviio Service not Initiating.

PostPosted: Sat Nov 30, 2013 4:51 am
by Kanguro
DenyAll wrote:From http://stackoverflow.com/questions/2772 ... -bind-java
Address already in use: JVM_Bind
means that some other application is already listening on the port your current application is trying to bind.
what you need to do is, either [change] the port for your current application [not possible for Serviio] or better; just find out the already running application and kill it.
on linux you can find the application pid by using: netstat -tulpn
On Windows I think netstat -anbo will do something similar (from an elevated command prompt). I'm not sure what would be using the same socket as Serviio, but that appears to be the problem.


omg freaking thank you!! <3 FOUND IT! Dropbox was the fker. lol. thank you!