Menu

#89 HTTP ERROR: 503 Can't load server

4.8
open
nobody
Sever error (2)
1
2022-11-11
2013-07-19
Anonymous
No

My subsonic server won't open all I get is a 503 error. I can't figure out why it worked fine before and no changes have been made to the computer.

Discussion

1 2 > >> (Page 1 of 2)
  • Anonymous

    Anonymous - 2015-04-23

    This seems to be tied to a database issue. I've had to reset my database at least 4 times (twice in the last 6 months) due to this error. I wish there was a way to rebuild the database without losing all of my settings. Some people have had luck stopping the Subsonic service, taking the subsonic.script file out of the db folder, then deleting the contents of the db folder and replacing the subsonic.script. But it never has worked for me. I wonder if there is a better way to stabilize the database or implement nightly backups or something to that effect.

     
  • Anonymous

    Anonymous - 2015-05-05

    same here.. i did get a windows update recently, but not sure what it involved

     
  • Anonymous

    Anonymous - 2016-05-28

    Make that three...

     
  • Anonymous

    Anonymous - 2016-07-20

    Same. Started happenign for me with 6.0

     
  • Anonymous

    Anonymous - 2016-10-21

    same with me. had to remove the app and reinstall. system breaks again when i move back the old script

     
  • Anonymous

    Anonymous - 2017-04-16

    Same issue here. Was working fine for ages. I have just reinstalled windows 10 (reset, not clean install) hoping to fix the issue and still I have the same issue.

     
  • Anonymous

    Anonymous - 2017-04-25

    Same here

     
  • Anonymous

    Anonymous - 2017-05-29

    Same here!!!

     
  • Anonymous

    Anonymous - 2017-05-29

    Full error log (from website repair):

    [2017-05-29 16:18:46,359] INFO HsqlDaoHelper - Checking database schema.
    [2017-05-29 16:18:47,556] ERROR HsqlDaoHelper - Failed to initialize database.
    org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: error in script file line: 11965 java.io.IOException: org.hsqldb.HsqlException: Value too long
            at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
            at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:382)
            at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:429)
            at net.sourceforge.subsonic.dao.schema.hsql.Schema25.execute(Schema25.java:21)
            at net.sourceforge.subsonic.dao.DaoHelper.init(DaoHelper.java:27)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
            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.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
            at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
            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.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:530)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1218)
            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:62)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
            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)
    Caused by: java.sql.SQLException: error in script file line: 11965 java.io.IOException: org.hsqldb.HsqlException: Value too long
            at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
            at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
            at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
            at org.hsqldb.jdbcDriver.connect(Unknown Source)
            at java.sql.DriverManager.getConnection(DriverManager.java:664)
            at java.sql.DriverManager.getConnection(DriverManager.java:208)
            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)
            ... 74 more
    
    [2017-05-29 16:18:47,723] INFO SettingsService - Java: 1.8.0_131, OS: Linux
    [2017-05-29 16:18:47,746] INFO VersionService - Resolved local Subsonic version to: 6.1.beta2
    [2017-05-29 16:18:48,103] WARN SettingsService - Failed to validate license.
    java.net.UnknownHostException: subsonic.org: Nom ou service inconnu
            at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
            at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
            at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
            at java.net.InetAddress.getAllByName0(InetAddress.java:1276)
            at java.net.InetAddress.getAllByName(InetAddress.java:1192)
            at java.net.InetAddress.getAllByName(InetAddress.java:1126)
            at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
            at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:111)
            at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
            at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
            at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
            at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
            at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
            at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
            at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
            at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71)
            at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:220)
            at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164)
            at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139)
            at net.sourceforge.subsonic.util.HttpUtil.httpRequest(HttpUtil.java:38)
            at net.sourceforge.subsonic.util.HttpUtil.httpGet(HttpUtil.java:25)
            at net.sourceforge.subsonic.util.HttpUtil.httpGet(HttpUtil.java:20)
            at net.sourceforge.subsonic.service.SettingsService.validateLicense(SettingsService.java:1414)
            at net.sourceforge.subsonic.service.SettingsService.access$000(SettingsService.java:52)
            at net.sourceforge.subsonic.service.SettingsService$1.run(SettingsService.java:1437)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
            at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
            at java.lang.Thread.run(Thread.java:748)
    
     
  • Anonymous

    Anonymous - 2017-06-08

    Any solutions yet? Just paid for another year of premium and I can't get the thing to run at all anymore.

     
  • Anonymous

    Anonymous - 2017-07-10

    has this issue been resovled in any way ? I have had this happen twice now on a fresh install on Ubuntu 16.04.2 x64

     
  • Anonymous

    Anonymous - 2017-07-12

    By the way I am running the latest version 6.1.1 (build fc853b) – May 31, 2017 from an ubuntu vm.

     
  • Anonymous

    Anonymous - 2017-08-09

    Hi there. Same issue. Premium version, Win10.
    The "fix" from the wiki didn't work for me.

    Maybe I managed to break it in the following way: the installer was running while the library update was in progress.. or I just ran the installer and now I get the 503 error. I stumbled upon this thread ~6 months ago and at that time I completely reinstalled subsonic and redid all configurations to fix the issue. This was very inconvient.

     
  • Anonymous

    Anonymous - 2017-08-09

    please check if your Java JRE is on version 8.

     
  • Anonymous

    Anonymous - 2017-09-09

    Happening for me to, and i refuse to take the 6.0 upgrade. Something else is mucking it up, or its a straight defect.

     
  • Anonymous

    Anonymous - 2018-03-10
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-04-26
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-04-30
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-05-11
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-05-16
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-06-28
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-07-21
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2018-07-23
    Post awaiting moderation.
1 2 > >> (Page 1 of 2)

Anonymous
Anonymous

Add attachments
Cancel