Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1.  
  2. 2019-01-30 12:45:34.489 INFO 1 --- [ main] monitored_service.App : Starting App on monitored-service-default-67fbb9df44-9ft5d with PID 1 (/opt/app/build/libs/monitored_service.jar started by root in /opt/app)
  3. 2019-01-30 12:45:34.597 INFO 1 --- [ main] monitored_service.App : No active profile set, falling back to default profiles: default
  4. 2019-01-30 12:45:42.393 INFO 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6bf256fa: startup date [Wed Jan 30 12:45:42 UTC 2019]; root of context hierarchy
  5. 2019-01-30 12:46:52.683 INFO 1 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [Configuration/applicationContext.xml]
  6. 2019-01-30 12:48:10.165 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  7. 2019-01-30 12:48:16.011 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  8. 2019-01-30 12:48:16.371 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34
  9. 2019-01-30 12:48:17.893 INFO 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  10. 2019-01-30 12:48:29.996 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  11. 2019-01-30 12:48:29.998 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 167721 ms
  12. 2019-01-30 12:48:38.465 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
  13. 2019-01-30 12:48:38.670 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  14. 2019-01-30 12:48:38.671 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  15. 2019-01-30 12:48:38.672 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  16. 2019-01-30 12:48:38.672 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  17. 2019-01-30 12:48:54.663 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.0.Final}
  18. 2019-01-30 12:48:54.970 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  19. 2019-01-30 12:49:17.340 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  20. 2019-01-30 12:50:10.374 WARN 1 --- [ main] org.hibernate.orm.connections.pooling : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  21. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  22. 2019-01-30 12:50:10.595 INFO 1 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://mariadb:3306/monitored_services]
  23. 2019-01-30 12:50:10.876 INFO 1 --- [ main] org.hibernate.orm.connections.pooling : HHH10001001: Connection properties: {handling_mode=DELAYED_ACQUISITION_AND_HOLD, user=maria, password=****}
  24. 2019-01-30 12:50:10.878 INFO 1 --- [ main] org.hibernate.orm.connections.pooling : HHH10001003: Autocommit mode: false
  25. 2019-01-30 12:50:10.989 INFO 1 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  26. 2019-01-30 12:50:11.513 WARN 1 --- [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata : null
  27. 2019-01-30 12:50:12.469 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MariaDB102Dialect
  28. 2019-01-30 12:50:13.270 INFO 1 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000422: Disabling contextual LOB creation as connection was null
  29. 2019-01-30 12:50:13.278 WARN 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1044, SQLState: 42000
  30. 2019-01-30 12:50:13.279 ERROR 1 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : Access denied for user 'maria'@'%' to database 'monitored_services'
  31. 2019-01-30 12:50:13.381 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'getController': Unsatisfied dependency expressed through field 'hostDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hostDao' defined in class path resource [Configuration/applicationContext.xml]: Cannot resolve reference to bean 'sF' while setting bean property 'template'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sF' defined in class path resource [Configuration/applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [Configuration/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
  32. 2019-01-30 12:50:13.592 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  33. 2019-01-30 12:50:15.646 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
  34.  
  35. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement