Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. 2018-06-22 21:27:54.851 INFO 15772 --- [ restartedMain] com.faucet.FaucetApplication : Starting FaucetApplication on EmilPC with PID 15772 (C:\Users\zyppy\Desktop\Repos\YottaChain\Faucet\target\classes started by zyppy in C:\Users\zyppy\Desktop\Repos\YottaChain\Faucet)
  2. 2018-06-22 21:27:54.852 INFO 15772 --- [ restartedMain] com.faucet.FaucetApplication : No active profile set, falling back to default profiles: default
  3. 2018-06-22 21:27:54.936 INFO 15772 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@188f0885: startup date [Fri Jun 22 21:27:54 EEST 2018]; root of context hierarchy
  4. 2018-06-22 21:27:57.758 INFO 15772 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  5. 2018-06-22 21:27:57.774 INFO 15772 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  6. 2018-06-22 21:27:57.776 INFO 15772 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
  7. 2018-06-22 21:27:57.961 INFO 15772 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  8. 2018-06-22 21:27:57.961 INFO 15772 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3029 ms
  9. 2018-06-22 21:27:58.144 INFO 15772 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  10. 2018-06-22 21:27:58.148 INFO 15772 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  11. 2018-06-22 21:27:58.149 INFO 15772 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  12. 2018-06-22 21:27:58.149 INFO 15772 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  13. 2018-06-22 21:27:58.149 INFO 15772 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  14. 2018-06-22 21:27:58.206 WARN 15772 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inMemoryDatabaseShutdownExecutor' defined in class path resource [org/springframework/boot/devtools/autoconfigure/DevToolsDataSourceAutoConfiguration.class]: Unsatisfied dependency expressed through method 'inMemoryDatabaseShutdownExecutor' 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).
  15. 2018-06-22 21:27:58.208 INFO 15772 --- [ restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  16. 2018-06-22 21:27:58.229 INFO 15772 --- [ restartedMain] utoConfigurationReportLoggingInitializer :
  17.  
  18. Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
  19. 2018-06-22 21:27:58.239 ERROR 15772 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
  20.  
  21. ***************************
  22. APPLICATION FAILED TO START
  23. ***************************
  24.  
  25. Description:
  26.  
  27. Cannot determine embedded database driver class for database type NONE
  28.  
  29. Action:
  30.  
  31. 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).
  32.  
  33.  
  34. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement