resourceEvaluation-2021-11-15-0.log 3.7 KB

123456789101112131415161718192021
  1. 2021-11-15 10:31:08.832 [main] INFO c.j.r.ResourceevaluationApplication - Starting ResourceevaluationApplication on DESKTOP-NA1JNLE with PID 8984 (D:\jydm\DM\resourceEvaluation\rearEnd\trunk\target\classes started by z2963 in D:\jydm\DM\resourceEvaluation\rearEnd\trunk)
  2. 2021-11-15 10:31:08.841 [main] INFO c.j.r.ResourceevaluationApplication - The following profiles are active: dev
  3. 2021-11-15 10:31:09.781 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  4. 2021-11-15 10:31:09.889 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 96ms. Found 8 JPA repository interfaces.
  5. 2021-11-15 10:31:10.614 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8099 (http)
  6. 2021-11-15 10:31:10.782 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1852 ms
  7. 2021-11-15 10:31:12.972 [main] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  8. 2021-11-15 10:31:13.889 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration - 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
  9. 2021-11-15 10:31:14.012 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  10. 2021-11-15 10:31:14.217 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  11. 2021-11-15 10:31:14.240 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  12. 2021-11-15 10:31:14.275 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8099 (http) with context path ''
  13. 2021-11-15 10:31:14.278 [main] INFO c.j.r.ResourceevaluationApplication - Started ResourceevaluationApplication in 6.722 seconds (JVM running for 10.222)
  14. 2021-11-15 10:34:09.645 [http-nio-8099-exec-6] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  15. 2021-11-15 10:34:09.654 [http-nio-8099-exec-6] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 9 ms
  16. 2021-11-15 10:48:29.751 [http-nio-8099-exec-10] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `com.jiayue.resourceevaluation.enums.EquipmentType` from String "": not one of the values accepted for Enum class: [E1, E2]; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `com.jiayue.resourceevaluation.enums.EquipmentType` from String "": not one of the values accepted for Enum class: [E1, E2]
  17. at [Source: (PushbackInputStream); line: 1, column: 184] (through reference chain: com.jiayue.resourceevaluation.entity.Equipment["equipmentType"])]
  18. 2021-11-15 11:57:21.701 [SpringContextShutdownHook] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  19. 2021-11-15 11:57:21.703 [SpringContextShutdownHook] INFO o.s.scheduling.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  20. 2021-11-15 11:57:21.705 [SpringContextShutdownHook] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  21. 2021-11-15 11:57:21.710 [SpringContextShutdownHook] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'