Hi,
WCS server has started to fail suddenly. Although we see that the status is OK:
root@guti:/usr/local/FlashphonerWebCallServer-5.0.2526/logs/server_logs# service webcallserver status
● webcallserver.service - SYSV: WebCallServer Init Script
Loaded: loaded (/etc/init.d/webcallserver; bad; vendor preset: enabled)
Active: active (exited) since mié 2018-05-30 18:00:36 CEST; 9min ago
Docs: man:systemd-sysv-generator(8)
Process: 24688 ExecStop=/etc/init.d/webcallserver stop (code=exited, status=0/SUCCESS)
Process: 24773 ExecStart=/etc/init.d/webcallserver start (code=exited, status=0/SUCCESS)
may 30 18:00:31 guti.appha.es systemd[1]: Starting SYSV: WebCallServer Init Script...
may 30 18:00:36 guti.appha.es webcallserver[24773]: FlashphonerWebCallServer: starting
may 30 18:00:36 guti.appha.es systemd[1]: Started SYSV: WebCallServer Init Script.
may 30 18:09:42 guti.appha.es systemd[1]: Started SYSV: WebCallServer Init Script
actully it doesn't work, and in fact we have this error:
cat flashphoner_manager.log | grep Error
18:00:51,086 INFO tListableBeanFactory - main Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
18:01:06,572 INFO PostProcessorChecker - main Bean '(inner bean)#3c4b36a6' of type [class org.springframework.integration.channel.MessagePublishingErrorHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
18:01:41,422 WARN JdbcServicesImpl - localhost-startStop-1 HHH000342: Could not obtain connection to query metadata : Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
18:02:08,889 WARN SqlExceptionHelper - main SQL Error: 50000, SQLState: HY000
18:02:08,890 ERROR SqlExceptionHelper - main Error General : "java.lang.IllegalArgumentException"
Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'additionalConfig': Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
root@guti:/usr/local/FlashphonerWebCallServer-5.0.2526/logs# java.lang.IllegalArgumentException"
I've done some restarts but it doesn't work. See the attached file with the whole log.
Thanks in advance.
Mario
WCS server has started to fail suddenly. Although we see that the status is OK:
root@guti:/usr/local/FlashphonerWebCallServer-5.0.2526/logs/server_logs# service webcallserver status
● webcallserver.service - SYSV: WebCallServer Init Script
Loaded: loaded (/etc/init.d/webcallserver; bad; vendor preset: enabled)
Active: active (exited) since mié 2018-05-30 18:00:36 CEST; 9min ago
Docs: man:systemd-sysv-generator(8)
Process: 24688 ExecStop=/etc/init.d/webcallserver stop (code=exited, status=0/SUCCESS)
Process: 24773 ExecStart=/etc/init.d/webcallserver start (code=exited, status=0/SUCCESS)
may 30 18:00:31 guti.appha.es systemd[1]: Starting SYSV: WebCallServer Init Script...
may 30 18:00:36 guti.appha.es webcallserver[24773]: FlashphonerWebCallServer: starting
may 30 18:00:36 guti.appha.es systemd[1]: Started SYSV: WebCallServer Init Script.
may 30 18:09:42 guti.appha.es systemd[1]: Started SYSV: WebCallServer Init Script
actully it doesn't work, and in fact we have this error:
cat flashphoner_manager.log | grep Error
18:00:51,086 INFO tListableBeanFactory - main Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
18:01:06,572 INFO PostProcessorChecker - main Bean '(inner bean)#3c4b36a6' of type [class org.springframework.integration.channel.MessagePublishingErrorHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
18:01:41,422 WARN JdbcServicesImpl - localhost-startStop-1 HHH000342: Could not obtain connection to query metadata : Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
18:02:08,889 WARN SqlExceptionHelper - main SQL Error: 50000, SQLState: HY000
18:02:08,890 ERROR SqlExceptionHelper - main Error General : "java.lang.IllegalArgumentException"
Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'additionalConfig': Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: org.h2.jdbc.JdbcSQLException: Error General : "java.lang.IllegalArgumentException"
root@guti:/usr/local/FlashphonerWebCallServer-5.0.2526/logs# java.lang.IllegalArgumentException"
I've done some restarts but it doesn't work. See the attached file with the whole log.
Thanks in advance.
Mario
Attachments
-
11 KB Views: 245