I've got an install of madsonic 5.1.5260 working, but i've noticed that the server won't launch when my internet connection is off.
Here is the concerned line of madonic_sh.log :*
Code: Select all
févr. 07, 2016 6:24:46 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFOS: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@753059df: startup date [Sun Feb 07 18:24:46 EST 2016]; root of context hierarchy
févr. 07, 2016 6:24:46 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFOS: Loading XML bean definitions from class path resource [applicationContext-deployer.xml]
févr. 07, 2016 6:24:46 PM org.springframework.util.xml.SimpleSaxErrorHandler warning
AVERTISSEMENT: Ignored XML validation warning
org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 66; schema_reference.4 : Echec de la lecture du document de schéma 'http://www.springframework.org/schema/beans/spring-beans.xsd' pour les raisons suivantes : 1) Le document est introuvable ; 2) Le document n'a pas pu être lu ; 3) L'élément racine du document n'est pas <xsd:schema>.
Code: Select all
spring-beans.xsdI'm often running on wifi connection and the latter connects after the that madsonic tried to automatically start, so it fails according to the log above.
I'm running unbuntu 14.04, I tried to install the package libspring-beans-java, but it didn't help..
Any idea how to fix this ?
Thanks