Jump to content

Coolsaber57

Members
  • Posts

    122
  • Joined

  • Last visited

Posts posted by Coolsaber57

  1. I set this up today, but for some reason I can't seem to access the web interface, it just gives me an "ERR_CONNECTION_REFUSED" error.  I see this in the log:

     

    2024-09-11 16:50:54,189 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2024-09-11 16:50:54,190 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22426678305200 for <Subprocess at 22426696410384 with name start-script in state RUNNING> (stdout)>
    2024-09-11 16:50:54,190 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22426678539952 for <Subprocess at 22426696410384 with name start-script in state RUNNING> (stderr)>
    2024-09-11 16:50:54,190 WARN exited: start-script (exit status 1; not expected)
    2024-09-11 16:50:54,190 DEBG received SIGCHLD indicating a child quit

     

    Am I doing something wrong?

  2. Hi All,  I'm not sure exactly when this happened, might've been the update before the latest update, but I can longer access my Airsonic instance.  Unraid behaves as if it's "up", but when I attempt to access the site, either inside my network, or outside, it states that the site cannot be reached. 

     

    The logs from the docker are below:

     

    2024-03-17 19:10:31,147 DEBG 'start-script' stdout output:
               _                       _          
         /\   (_)                     (_)         
        /  \   _ _ __  ___  ___  _ __  _  ___     
       / /\ \ | | '__|/ __|/ _ \| '_ \| |/ __|    
      / ____ \| | |   \__ \ (_) | | | | | (__     
     /_/    \_\_|_|   |___/\___/|_| |_|_|\___|    
                                                   
                            10.6.0
    
    
    
    
    2024-03-17 19:10:31,519 DEBG 'start-script' stdout output:
    2024-03-17 19:10:31.515  INFO --- org.airsonic.player.Application          : Starting Application v10.6.0 on 61d2cf11450b with PID 74 (/opt/airsonic/airsonic.war started by nobody in /)
    
    2024-03-17 19:10:31,520 DEBG 'start-script' stdout output:
    2024-03-17 19:10:31.519  INFO --- org.airsonic.player.Application          : The following profiles are active: legacy
    
    2024-03-17 19:10:36,162 DEBG 'start-script' stdout output:
    2024-03-17 19:10:36.161  WARN --- ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'themeSource': Unsatisfied dependency expressed through method 'setSettingsService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'settingsService': Unsatisfied dependency expressed through field 'internetRadioDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'internetRadioDao': Unsatisfied dependency expressed through field 'daoHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'daoHelper': Unsatisfied dependency expressed through field 'jdbcTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
    
    2024-03-17 19:10:36,186 DEBG 'start-script' stdout output:
    2024-03-17 19:10:36.184 ERROR --- o.s.boot.SpringApplication               : Application run failed
    
    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'themeSource': Unsatisfied dependency expressed through method 'setSettingsService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'settingsService': Unsatisfied dependency expressed through field 'internetRadioDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'internetRadioDao': Unsatisfied dependency expressed through field 'daoHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'daoHelper': Unsatisfied dependency expressed through field 'jdbcTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:723) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1114) ~[spring-context-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.ui.context.support.UiApplicationContextUtils.initThemeSource(UiApplicationContextUtils.java:58) ~[spring-context-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.web.context.support.GenericWebApplicationContext.onRefresh(GenericWebApplicationContext.java:183) ~[spring-web-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:151) ~[spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544) ~[spring-context-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) ~[spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140) [spring-boot-2.2.6.RELEASE.jar!/:2.2.6.RELEASE]
            at org.airsonic.player.Application.main(Application.java:78) [classes!/:10.6.0]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
            at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
            at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [airsonic.war:10.6.0]
            at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [airsonic.war:10.6.0]
            at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [airsonic.war:10.6.0]
            at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:58) [airsonic.war:10.6.0]
    Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'settingsService': Unsatisfied dependency expressed through field 'internetRadioDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'internetRadioDao': Unsatisfied dependency expressed through field 'daoHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'daoHelper': Unsatisfied dependency expressed through field 'jdbcTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1290) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1210) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:715) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            ... 28 common frames omitted
    Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'internetRadioDao': Unsatisfied dependency expressed through field 'daoHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'daoHelper': Unsatisfied dependency expressed through field 'jdbcTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1290) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1210) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            ... 41 common frames omitted
    Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'daoHelper': Unsatisfied dependency expressed through field 'jdbcTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1290) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1210) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            ... 54 common frames omitted
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/airsonic/player/spring/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1290) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1210) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            ... 67 common frames omitted
    Caused by: liquibase.exception.DatabaseException: java.sql.SQLException: User not found: SA
            at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:316) ~[liquibase-core-3.8.8.jar!/:na]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1855) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1792) ~[spring-beans-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            ... 79 common frames omitted
    Caused by: java.sql.SQLException: User not found: SA
            at org.hsqldb.jdbc.Util.sqlException(Unknown Source) ~[hsqldb-1.8.0.7.jar!/:private-2006/09/24-10:30:15]
            at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source) ~[hsqldb-1.8.0.7.jar!/:private-2006/09/24-10:30:15]
            at org.hsqldb.jdbcDriver.getConnection(Unknown Source) ~[hsqldb-1.8.0.7.jar!/:private-2006/09/24-10:30:15]
            at org.hsqldb.jdbcDriver.connect(Unknown Source) ~[hsqldb-1.8.0.7.jar!/:private-2006/09/24-10:30:15]
            at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[na:1.8.0_281]
            at java.sql.DriverManager.getConnection(DriverManager.java:208) ~[na:1.8.0_281]
            at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:155) ~[spring-jdbc-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:146) ~[spring-jdbc-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnectionFromDriver(AbstractDriverBasedDataSource.java:205) ~[spring-jdbc-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at org.springframework.jdbc.datasource.AbstractDriverBasedDataSource.getConnection(AbstractDriverBasedDataSource.java:169) ~[spring-jdbc-5.2.5.RELEASE.jar!/:5.2.5.RELEASE]
            at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:311) ~[liquibase-core-3.8.8.jar!/:na]
            ... 81 common frames omitted
    
    
    2024-03-17 19:10:36,284 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22757306932768 for <Subprocess at 22757306932096 with name start-script in state RUNNING> (stdout)>
    2024-03-17 19:10:36,284 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 22757307090304 for <Subprocess at 22757306932096 with name start-script in state RUNNING> (stderr)>
    2024-03-17 19:10:36,284 INFO exited: start-script (exit status 1; not expected)
    2024-03-17 19:10:36,284 DEBG received SIGCHLD indicating a child quit

     

  3. I've been having an issue where I can no longer view any photos in Photoview.  The scanner looks like it's working - meaning there are grey blocks with dates as recent as this week, but no Thumbnails are shown and I can't view the photo when I click on it. 

     

    Any ideas on what I could check? 

  4. Hello,

     

    I'm having an issue where after 1-2 days of a restore, my config gets corrupted and I no longer can navigate to the docker and VM tab.  I see this in my warnings:

    image.thumb.png.3065cf1871553ea8417376e23b87753d.png

     

    I have Unraid Pro, so I think the warning about the license key is just because the config gets corrupted. 

     

    I have restored from a backup twice now and used a different USB drive.  I am attaching my diagnostics for reference.

     

    Any idea as to what could be causing it to happen?

    mediaserver2-diagnostics-20220909-1301.zip

  5. 31 minutes ago, CorneliousJD said:

     

    That's odd, I double checked my instance and it's indeed still working and generating thumbs properly.

    Is your periodic scanner still setup to scan for new photos? If so and nothing else seems off, I'd suggest taking this to the github issues page since it isn't unraid-specific it seems. they would be the ones better equipped to help.

    Of course feel free to post solutions here if you find them for others to see!

    I have it configured to scan every hour, but I can't tell if it's working or not.  Do you know how I can verify?

  6. It looks like my setup stopped working around March of this year, and had previously been working great.  I use MariaDB as my backend.

     

    When I open the page, it looks like it can't find or open the thumbnails:

     

    image.thumb.png.f0bf48c5a1e6a4e352a0d1a797e6740e.png

     

    When I look at the log, I see a few of these errors (not sure if relevant):

     

    2022/05/18 11:30:05 [0;32;49mPOST [0;32;49m200[0m localhost/api/graphql [0;36;49m514.146µs[0m unauthenticated
    2022/05/18 11:31:05 Did not find auth-token cookie
    2022/05/18 11:31:05 [0;32;49mPOST [0;32;49m200[0m localhost/api/graphql [0;36;49m527.066µs[0m unauthenticated

     

    In the console, I see: Failed to load resource: the server responded with a status of 403 () a bunch of times for the thumbnails.

     

    Any advice as to where to start?

     

     

  7. Do I need MariaDB or MySQL, or would a Postgres DB work?

     

    Edit: apparently it won't work, so I created a MariaDB. 

     

    Does anyone know if you can merge multiple people to the same "Person"?  I see a bunch of the same people as separate.

     

    Also, I don't think the Public Endpoint thing is working - when I create a public link, it still shows my internal IP address.

  8. On 7/15/2021 at 1:11 PM, Michelle Bausager said:

    Okay :)

    I shifted to 'NginxProxyManager' and now the url points to:

    DS.thumb.png.03cf7de5b0b77e33228cac2b84416f30.png

     

    But I still get a 'Error when trying to connect (Bad healthcheck status)✖'

     

    Would you mind posting the config from NPM?  I'm using SWAG and am having the same issues, but cannot get the site to show through using the sub domain.

  9. I'm struggling with this as well - set it up with the same proxy.conf file provided by SpaceinvaderOne, with the exception that SWAG wouldn't boot unless I removed what it called a duplicate, which was the:

     

    proxy_redirect off;

     

    Once I removed it, SWAG booted.  I can access OnlyOfficeDocumentServer via internal IP address, but not my domain name (shows an NGINX error "400 Bad Request" when I try to navigate to it, and a bad health check in Nextcloud).

     

    Can someone post a working NGINX proxy.conf so I can see what I'm doing wrong?

  10. I might be a little confused as to how this plugin works.  I'd essentially like to move some stuff from a drive that's nearing capacity to 3 other drives.  However, when I attempt to run this, it just puts it all on one drive, instead of "Scattering" it across the drives.  Any advice?

  11. Hey all,

     

    I'm trying to access Home Assistant Core via the lets encrypt docker, have updated the proxy.conf sample they have for Home Assistant with the new container name, as well as the port I mapped in.  I can access the page via my subdomain I set up (shows the HA user name and password prompt), but when I attempt to login, it just shows the HA symbol and the "refresh" button.

     

    Here's the proxy.conf:

    # make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name ha.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        # enable for ldap auth, fill in ldap details in ldap.conf
        #include /config/nginx/ldap.conf;
    
        # enable for Authelia
        #include /config/nginx/authelia-server.conf;
    
        location / {
            # enable the next two lines for http auth
            #auth_basic "Restricted";
            #auth_basic_user_file /config/nginx/.htpasswd;
    
            # enable the next two lines for ldap auth
            #auth_request /auth;
            #error_page 401 =200 /ldaplogin;
    
            # enable for Authelia
            #include /config/nginx/authelia-location.conf;
    
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app Home-Assistant-Core;
            set $upstream_port 8123;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
        }
    }

     

    Is there something I"m doing wrong? I also set the external URL in the Home Assistant .yaml, but no dice.

     

    Edit: I always seem to find the solution right after I post in this thread.  For future reference, if anyone needs the config for this, you need to add a section for /api.  Here's the updated (working) config:

     

    # make sure that your dns has a cname set for homeassistant and that your homeassistant container is not using a base url
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name ha.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        # enable for ldap auth, fill in ldap details in ldap.conf
        #include /config/nginx/ldap.conf;
    
        # enable for Authelia
        #include /config/nginx/authelia-server.conf;
    
        location / {
            # enable the next two lines for http auth
            #auth_basic "Restricted";
            #auth_basic_user_file /config/nginx/.htpasswd;
    
            # enable the next two lines for ldap auth
            #auth_request /auth;
            #error_page 401 =200 /ldaplogin;
    
            # enable for Authelia
            #include /config/nginx/authelia-location.conf;
    
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app Home-Assistant-Core;
            set $upstream_port 8123;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
        }
    	location /api/ {
            resolver 127.0.0.11 valid=30s;
            set $upstream_app Home-Assistant-Core;
            set $upstream_port 8123;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
            proxy_set_header Host $host;
    
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
    }
    	
    }

     

  12. OK, I had this all working great on my phone and laptop some months ago.

     

    But today when I tried it, I was able to connect fine on my phone, but could not access the internet.  I could access my unraid server, so I know it's working, and i have "remote tunneled access" selected as the type.

     

    image.thumb.png.4180ebb315ee2e6fe33b93609fdc276d.png

     

    I'm not sure if some update borked it, but is there anything I'm missing?  Is there a known issue that is preventing internet access?

     

     

    Edit: resolved my issue by adding my router's IP address to the Peer DNS server section

  13. 1 hour ago, goose1701 said:

    Nope. I see there's quite a few people who are having this issue too, but no solutions yet unfortunately.

    I was reading on reddit that some dude solved this by using Postgres instead of MariaDB, but I'm having trouble creating a user in Postgres to test this: https://old.reddit.com/r/unRAID/comments/fy7na5/nextcloud_login_and_navigation_extremely_slow/

     

    Are you able to try this?

     

    Edit: Fixed!

     

    Ok, I don't know why but the cause of the slowdown was MariaDB.  Following the above reddit post, I downloaded Postgres 11 and set up the db using the following commands:

     

    su - postgres
    createuser --interactive --pwprompt
    [enter desired name e.g. nextcloud]
    [enter desired password]
    [confirm desired password]
    [Superuser?: n]
    [create databases?: n]
    [create more roles?: n]
    createdb nextcloud
    psql
    GRANT permissions ON DATABASE nextcloud TO nextcloud

     

    Then selected Postgres on the Nextcloud setup page and entered the details. 

     

    The page actually loads like normal, finally.

    • Thanks 1
  14. On 6/7/2020 at 2:54 PM, goose1701 said:

    Having some weird issues with the web UI being incredibly slow after the last couple of upgrades. I know it's not bandwidth or speed issues with my server, because for instance my Jellyfin and Airsonic servers are as snappy as ever running on the same machine. I have my own domain of which nextcloud is a sub on going through let's encrypt, but I know that's not an issue either, since the aforementioned Jellyfin and Airsonic servers are also sub domains of the same also through let's encrypt.

     

    Nextcloud docker logs are clean. All checks passed on the Security and Setup section. Though this does pop up in the logging section, not sure if it's related:

     

    Thoughts?

     

    Hey there, did you figure out what your issue was? I am having the same problem

  15. OK this is driving me nuts, I cannot figure out why Nextcloud is so slow.  It takes about 30+ seconds to load each page, accessing it from inside my own network.

     

     

    To try and solve this: I wiped my entire nextcloud installation, including all folders and appdata, even the database in MariaDB. 

     

    I then created a DB and installed the container fresh.  It completed setup, but it's still slow as molasses.  The CPU/Memory do not even blip and all other containers function fine, so I know it's not a performance issue.

     

    The Container log is fine - no errors.  The only errors I see in Nextcloud's "logging" tab in Setttings are:

     

    image.thumb.png.247d6171b603bafb888168413224fd8a.png

     

    I tried googling and the only thing I came across is bruteforce protection, but I checked the DB table and it's empty, so that's not it.

     

    Can anyone help me figure out what the issue is? I've seen a few other posts that mention this without a resolution.

     

     

     

  16. On 4/25/2020 at 11:55 AM, alturismo said:

    i guess not too many, otherwise u would see alot more posts about it

     

    did u checked at your server if there are errors etc popping up ?

     

    image.thumb.png.2c161b10c149f8d37315b66894341c4e.png

     

    Yep, I looked at the container logs - no errors at all.  Trying to dig into Nextcloud's UI to see if there is additional logging that will tell me what's going on.  It's just weird, it only happened recently, so I thought it was an update.

  17. On 4/21/2020 at 12:04 PM, Coolsaber57 said:

    Is anyone else having performance problems with NextCloud?  It's been fine for me until lately.

     

    My Container is up to date and I've updated NextCloud via the UI, but it takes forever to load the Web UI.  Did something change recently?  All my other containers load normally.

    Anyone else have this issue?

  18. On 2/1/2020 at 12:03 AM, Coolsaber57 said:

    I am trying to expose my Octoprint page, but am having trouble finding a configuration that will work.  

     

    Here's the examples that Octoprint provides: https://community.octoprint.org/t/reverse-proxy-configuration-examples/1107

     

    Here's my current config:

     

    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name print.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        location / {
            include /config/nginx/proxy.conf;
            proxy_pass http://192.168.2.13:80;
            proxy_set_header Host $http_host;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Scheme $scheme;
    
        }
    
    }

    I took out a few lines that were causing the docker container to throw errors.  I'm currently getting a 500 error.  If I copy a config from another container and change the IP/port/subdomain, I do actually get to see the login page, but it says it's offline and asks me to reconnect.

     

    Has anyone successfully configured Octoprint in this container? If so, would you be able to share the config?

     

    Anyone have any suggestions?

    • Like 1
  19. I have an odd issue - I've been able to successfully connect to my server using the "Remote Tunneled Access" option on my phone without issue.  I created another peer of the same type to connect my Windows laptop, but the only way I could get it to work was to un-check the "Block Untunneled traffic (kill-switch)" option.  This seems to add "128.0.0.0/1" to the allowed IPs.

     

    Does this mean that it's not routing all my traffic through the VPN? Is there some configuration I need to fix?

×
×
  • Create New...