Advertisement
borislocal

ew-authorization FAILED TO START

Sep 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. 2018-09-25 09:46:30.795 +0000 INFO [ew-authorization-rest,,,] [main] [Log] : Logging initialized @17960ms to org.eclipse.jetty.util.log.Slf4jLog
  2. 2018-09-25 09:46:30.959 +0000 INFO [ew-authorization-rest,,,] [main] [JettyEmbeddedServletContainerFactory] : Server initialized with port: 8080
  3. 2018-09-25 09:46:30.962 +0000 INFO [ew-authorization-rest,,,] [main] [Server] : jetty-9.4.7.v20170914
  4. 2018-09-25 09:46:31.151 +0000 INFO [ew-authorization-rest,,,] [main] [DefaultSessionIdManager] : DefaultSessionIdManager workerName=node0
  5. 2018-09-25 09:46:31.151 +0000 INFO [ew-authorization-rest,,,] [main] [DefaultSessionIdManager] : No SessionScavenger set, using defaults
  6. 2018-09-25 09:46:31.153 +0000 INFO [ew-authorization-rest,,,] [main] [HouseKeeper] : Scavenging every 660000ms
  7. 2018-09-25 09:46:31.160 +0000 INFO [ew-authorization-rest,,,] [main] [ContextHandler$Context] : Initializing Spring embedded WebApplicationContext
  8. 2018-09-25 09:46:31.160 +0000 INFO [ew-authorization-rest,,,] [main] [EmbeddedWebApplicationContext] : Root WebApplicationContext: initialization completed in 6169 ms
  9. 2018-09-25 09:46:31.989 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'characterEncodingFilter' to: [/*]
  10. 2018-09-25 09:46:31.990 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'traceFilter' to: [/*]
  11. 2018-09-25 09:46:31.990 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  12. 2018-09-25 09:46:31.990 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  13. 2018-09-25 09:46:31.991 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'requestContextFilter' to: [/*]
  14. 2018-09-25 09:46:31.991 +0000 INFO [ew-authorization-rest,,,] [main] [AbstractFilterRegistrationBean] : Mapping filter: 'loggerFilter' to: [/*]
  15. 2018-09-25 09:46:31.991 +0000 INFO [ew-authorization-rest,,,] [main] [ServletRegistrationBean] : Mapping servlet: 'dispatcherServlet' to [/]
  16. 2018-09-25 09:46:31.998 +0000 INFO [ew-authorization-rest,,,] [main] [ContextHandler] : Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@83298d7{/,[jar:file:///home/authorization.war!/],AVAILABLE}
  17. 2018-09-25 09:46:31.999 +0000 INFO [ew-authorization-rest,,,] [main] [Server] : Started @19165ms
  18. 2018-09-25 09:46:32.189 +0000 WARN [ew-authorization-rest,,,] [main] [AbstractApplicationContext] : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'merchantsController' defined in URL [jar:file:/home/authorization.war!/WEB-INF/classes!/com/ewt/authorization/merchant/MerchantsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'merchantAuthorizationServiceImpl' defined in URL [jar:file:/home/authorization.war!/WEB-INF/lib/ew-authorization-core-1.30.0.jar!/com/ewt/authorization/merchant/MerchantAuthorizationServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'merchantDAOPostgres' defined in URL [jar:file:/home/authorization.war!/WEB-INF/lib/ew-authorization-core-1.30.0.jar!/com/ewt/authorization/merchant/dao/MerchantDAOPostgres.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.tomcat.jdbc.pool.DataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).
  19. 2018-09-25 09:46:32.191 +0000 INFO [ew-authorization-rest,,,] [main] [HouseKeeper] : Stopped scavenging
  20. 2018-09-25 09:46:32.195 +0000 INFO [ew-authorization-rest,,,] [main] [ContextHandler] : Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@83298d7{/,[jar:file:///home/authorization.war!/],UNAVAILABLE}
  21. 2018-09-25 09:46:32.211 +0000 INFO [ew-authorization-rest,,,] [main] [AutoConfigurationReportLoggingInitializer] :
  22.  
  23. Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
  24. 2018-09-25 09:46:32.217 +0000 ERROR [ew-authorization-rest,,,] [main] [LoggingFailureAnalysisReporter] :
  25.  
  26. ***************************
  27. APPLICATION FAILED TO START
  28. ***************************
  29.  
  30. Description:
  31.  
  32. Cannot determine embedded database driver class for database type NONE
  33.  
  34. Action:
  35.  
  36. If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement