[solved] Unable to start after centos update

Need help? Post your questions here.
Tamps
Posts: 10
Joined: 25 Oct 2013, 17:30
Has thanked: 0
Been thanked: 3 times

[solved] Unable to start after centos update

Unread post by Tamps »

I updated my centos server(yum update) and now madsonic fails to start. I removed jdk and installed again but no luck.

Code: Select all

yum install java-1.8.0-openjdk-devel.x86_64
Everything installs fine

Code: Select all

[root@server madsonic]# !1014
sudo update-alternatives --config java

There are 2 programs which provide 'java'.

  Selection    Command
-----------------------------------------------
   1           /opt/jdk1.8.0_25/bin/java
*+ 2           /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.31-1.b13.el6_6.x86_64/jre/bin/java

Enter to keep the current selection[+], or type selection number: 2
[root@server madsonic]#

Code: Select all

[root@server madsonic]# java -version
openjdk version "1.8.0_31"
OpenJDK Runtime Environment (build 1.8.0_31-b13)
OpenJDK 64-Bit Server VM (build 25.31-b07, mixed mode)
[root@server madsonic]# 

Code: Select all

[root@server madsonic]# service madsonic start
Starting madsonic ...
Started Madsonic [PID 3464, /var/madsonic/madsonic_sh.log]

[root@server madsonic]#
madsonic_sh.log:
http://pastebin.com/UWNT0ekL

When I go to localhost:4040 then site says:

Code: Select all

HTTP ERROR: 503

Problem accessing /. Reason:

    Service Unavailable
Powered by Jetty://
I really appreciate it when someone can help me out with this.

-- EDIT --

Seems like db have screwed up, I deleted everything in db folder (/var/madsonic/db) and everything working now. I leave info if some one cold use this info in future :)
These users thanked the author Tamps for the post:
Madsonic
Rating: 7.69%
Post Reply