drendondona

Untitled

Sep 24th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 KB | None | 0 0
  1. 2018-09-24 21:07:28.155 INFO 1600 --- [ restartedMain] H.H.HotBloggingBackendApplication : Starting HotBloggingBackendApplication on Centrum with PID 1600 (C:\Users\Duds\Desktop\HOTBlogging\HOTBlogging-backend\target\classes started by Duds in C:\Users\Duds\Desktop\HOTBlogging\HOTBlogging-backend)
  2. 2018-09-24 21:07:28.158 INFO 1600 --- [ restartedMain] H.H.HotBloggingBackendApplication : No active profile set, falling back to default profiles: default
  3. 2018-09-24 21:07:28.247 INFO 1600 --- [ restartedMain] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@69642540: startup date [Mon Sep 24 21:07:28 CEST 2018]; root of context hierarchy
  4. 2018-09-24 21:07:29.779 INFO 1600 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$79b8e480] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  5. 2018-09-24 21:07:30.234 INFO 1600 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  6. 2018-09-24 21:07:30.254 INFO 1600 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  7. 2018-09-24 21:07:30.254 INFO 1600 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.34
  8. 2018-09-24 21:07:30.257 INFO 1600 --- [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: [C:\Program Files\Java\jdk1.8.0_181\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Users\Duds\AppData\Roaming\npm;;C:\Users\Duds\AppData\Local\Programs\Microsoft VS Code\bin;.]
  9. 2018-09-24 21:07:30.344 INFO 1600 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  10. 2018-09-24 21:07:30.344 INFO 1600 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2101 ms
  11. 2018-09-24 21:07:30.475 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
  12. 2018-09-24 21:07:30.478 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet webServlet mapped to [/h2-console/*]
  13. 2018-09-24 21:07:30.483 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  14. 2018-09-24 21:07:30.485 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  15. 2018-09-24 21:07:30.485 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  16. 2018-09-24 21:07:30.485 INFO 1600 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  17. 2018-09-24 21:07:30.581 INFO 1600 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : jdbc:h2:./db - Starting...
  18. 2018-09-24 21:07:30.661 INFO 1600 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : jdbc:h2:./db - Start completed.
  19. 2018-09-24 21:07:30.677 INFO 1600 --- [ restartedMain] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/C:/Users/Duds/Desktop/HOTBlogging/HOTBlogging-backend/target/classes/schema.sql]
  20. 2018-09-24 21:07:30.684 INFO 1600 --- [ restartedMain] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/C:/Users/Duds/Desktop/HOTBlogging/HOTBlogging-backend/target/classes/schema.sql] in 7 ms.
  21. 2018-09-24 21:07:30.686 INFO 1600 --- [ restartedMain] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/C:/Users/Duds/Desktop/HOTBlogging/HOTBlogging-backend/target/classes/data.sql]
  22. 2018-09-24 21:07:30.689 INFO 1600 --- [ restartedMain] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [file:/C:/Users/Duds/Desktop/HOTBlogging/HOTBlogging-backend/target/classes/data.sql] in 3 ms.
  23. 2018-09-24 21:07:30.796 INFO 1600 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  24. 2018-09-24 21:07:30.808 INFO 1600 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  25. name: default
  26. ...]
  27. 2018-09-24 21:07:31.007 INFO 1600 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
  28. 2018-09-24 21:07:31.008 INFO 1600 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  29. 2018-09-24 21:07:31.043 INFO 1600 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  30. 2018-09-24 21:07:31.136 INFO 1600 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  31. 2018-09-24 21:07:31.334 INFO 1600 --- [ restartedMain] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2056d182'
  32. 2018-09-24 21:07:31.336 INFO 1600 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  33. 2018-09-24 21:07:31.433 INFO 1600 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  34. 2018-09-24 21:07:31.684 INFO 1600 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@69642540: startup date [Mon Sep 24 21:07:28 CEST 2018]; root of context hierarchy
  35. 2018-09-24 21:07:31.713 WARN 1600 --- [ restartedMain] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  36. 2018-09-24 21:07:31.751 INFO 1600 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  37. 2018-09-24 21:07:31.752 INFO 1600 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  38. 2018-09-24 21:07:31.780 INFO 1600 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  39. 2018-09-24 21:07:31.780 INFO 1600 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  40. 2018-09-24 21:07:32.085 INFO 1600 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  41. 2018-09-24 21:07:32.121 INFO 1600 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  42. 2018-09-24 21:07:32.123 INFO 1600 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
  43. 2018-09-24 21:07:32.128 INFO 1600 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
  44. 2018-09-24 21:07:32.163 INFO 1600 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  45. 2018-09-24 21:07:32.168 INFO 1600 --- [ restartedMain] H.H.HotBloggingBackendApplication : Started HotBloggingBackendApplication in 4.561 seconds (JVM running for 5.593)
Add Comment
Please, Sign In to add comment