Guest User

Untitled

a guest
Dec 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 KB | None | 0 0
  1.  
  2. 2018-12-15 19:10:37.814 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Starting FarmaciaApplication on LAPTOP-A88PKQTL with PID 15948 (C:\Users\Rebeca\Downloads\farmacia\farmacia\target\classes started by Rebeca in C:\Users\Rebeca\Downloads\farmacia\farmacia)
  3. 2018-12-15 19:10:37.819 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : No active profile set, falling back to default profiles: default
  4. 2018-12-15 19:10:37.934 INFO 15948 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  5. 2018-12-15 19:10:37.935 INFO 15948 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  6. 2018-12-15 19:10:40.177 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  7. 2018-12-15 19:10:40.414 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 214ms. Found 2 repository interfaces.
  8. 2018-12-15 19:10:41.508 INFO 15948 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2fdb033d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2018-12-15 19:10:42.723 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  10. 2018-12-15 19:10:42.787 INFO 15948 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  11. 2018-12-15 19:10:42.788 INFO 15948 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  12. 2018-12-15 19:10:42.813 INFO 15948 --- [ restartedMain] 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\jre1.8.0_171\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.8.0_171/bin/server;C:/Program Files/Java/jre1.8.0_171/bin;C:/Program Files/Java/jre1.8.0_171/lib/amd64;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files\Java\jre1.8.0_131\bin;C:\MinGW\bin;C:\WINDOWS\System32\OpenSSH\;C:\Users\Rebeca\AppData\Roaming\local\bin;C:\Users\Rebeca\AppData\Local\Microsoft\WindowsApps;C:\Users\Rebeca\AppData\Local\atom\bin;C:\Users\Rebeca\AppData\Local\Microsoft\WindowsApps;C:\Program Files\PostgreSQL\10\bin;;C:\WINDOWS\system32;;.]
  13. 2018-12-15 19:10:43.205 INFO 15948 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  14. 2018-12-15 19:10:43.205 INFO 15948 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5269 ms
  15. 2018-12-15 19:10:43.861 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  16. 2018-12-15 19:10:44.723 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  17. 2018-12-15 19:10:45.087 INFO 15948 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  18. name: default
  19. ...]
  20. 2018-12-15 19:10:45.467 INFO 15948 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
  21. 2018-12-15 19:10:45.470 INFO 15948 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  22. 2018-12-15 19:10:45.995 INFO 15948 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
  23. 2018-12-15 19:10:46.482 INFO 15948 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  24. 2018-12-15 19:10:48.307 INFO 15948 --- [ restartedMain] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: farmacia.farmacia.models.Lote (class must be instantiated by Interceptor)
  25. 2018-12-15 19:10:48.646 INFO 15948 --- [ restartedMain] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@7eae55c3'
  26. 2018-12-15 19:10:48.659 INFO 15948 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  27. 2018-12-15 19:10:48.722 INFO 15948 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  28. 2018-12-15 19:10:49.926 INFO 15948 --- [ restartedMain] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  29. 2018-12-15 19:10:51.199 INFO 15948 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  30. 2018-12-15 19:10:51.840 WARN 15948 --- [ 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
  31. 2018-12-15 19:10:52.078 WARN 15948 --- [ restartedMain] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  32. 2018-12-15 19:10:52.921 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  33. 2018-12-15 19:10:52.927 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Started FarmaciaApplication in 15.918 seconds (JVM running for 17.34)
  34. 2018-12-15 20:10:17.274 INFO 15948 --- [ Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  35. 2018-12-15 20:10:17.280 INFO 15948 --- [ Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  36. 2018-12-15 20:10:17.291 INFO 15948 --- [ Thread-5] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  37. 2018-12-15 20:10:17.331 INFO 15948 --- [ Thread-5] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-197]
  38. 2018-12-15 20:10:17.332 INFO 15948 --- [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  39. 2018-12-15 20:10:17.352 INFO 15948 --- [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  40.  
  41. . ____ _ __ _ _
  42. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  43. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  44. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  45. ' |____| .__|_| |_|_| |_\__, | / / / /
  46. =========|_|==============|___/=/_/_/_/
  47. :: Spring Boot :: (v2.1.1.RELEASE)
  48.  
  49. 2018-12-15 20:10:19.687 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Starting FarmaciaApplication on LAPTOP-A88PKQTL with PID 15948 (C:\Users\Rebeca\Downloads\farmacia\farmacia\target\classes started by Rebeca in C:\Users\Rebeca\Downloads\farmacia\farmacia)
  50. 2018-12-15 20:10:19.692 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : No active profile set, falling back to default profiles: default
  51. 2018-12-15 20:10:23.371 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  52. 2018-12-15 20:10:23.384 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 10ms. Found 0 repository interfaces.
  53. 2018-12-15 20:10:24.509 INFO 15948 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2fdb033d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  54. 2018-12-15 20:10:25.786 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  55. 2018-12-15 20:10:25.798 INFO 15948 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  56. 2018-12-15 20:10:25.798 INFO 15948 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  57. 2018-12-15 20:10:25.893 INFO 15948 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  58. 2018-12-15 20:10:25.893 INFO 15948 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6194 ms
  59. 2018-12-15 20:10:26.848 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
  60. 2018-12-15 20:10:26.851 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
  61. 2018-12-15 20:10:26.871 INFO 15948 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  62. name: default
  63. ...]
  64. 2018-12-15 20:10:26.950 INFO 15948 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  65. 2018-12-15 20:10:26.995 INFO 15948 --- [ restartedMain] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@7eae55c3'
  66. 2018-12-15 20:10:26.995 INFO 15948 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  67. 2018-12-15 20:10:27.055 INFO 15948 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  68. 2018-12-15 20:10:28.091 INFO 15948 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  69. 2018-12-15 20:10:28.102 WARN 15948 --- [ 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
  70. 2018-12-15 20:10:28.185 WARN 15948 --- [ restartedMain] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  71. 2018-12-15 20:10:29.307 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  72. 2018-12-15 20:10:29.390 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Started FarmaciaApplication in 9.926 seconds (JVM running for 3593.804)
  73. 2018-12-15 20:10:29.395 INFO 15948 --- [ restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
  74. 2018-12-15 20:10:45.795 INFO 15948 --- [ Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  75. 2018-12-15 20:10:45.802 INFO 15948 --- [ Thread-10] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  76. 2018-12-15 20:10:45.803 INFO 15948 --- [ Thread-10] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  77. 2018-12-15 20:10:45.843 INFO 15948 --- [ Thread-10] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-197]
  78. 2018-12-15 20:10:45.845 INFO 15948 --- [ Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
  79. 2018-12-15 20:10:46.081 INFO 15948 --- [ Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
  80.  
  81. . ____ _ __ _ _
  82. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  83. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  84. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  85. ' |____| .__|_| |_|_| |_\__, | / / / /
  86. =========|_|==============|___/=/_/_/_/
  87. :: Spring Boot :: (v2.1.1.RELEASE)
  88.  
  89. 2018-12-15 20:10:47.674 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Starting FarmaciaApplication on LAPTOP-A88PKQTL with PID 15948 (C:\Users\Rebeca\Downloads\farmacia\farmacia\target\classes started by Rebeca in C:\Users\Rebeca\Downloads\farmacia\farmacia)
  90. 2018-12-15 20:10:47.675 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : No active profile set, falling back to default profiles: default
  91. 2018-12-15 20:10:50.172 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  92. 2018-12-15 20:10:50.208 INFO 15948 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 36ms. Found 2 repository interfaces.
  93. 2018-12-15 20:10:50.325 INFO 15948 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2fdb033d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  94. 2018-12-15 20:10:51.389 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  95. 2018-12-15 20:10:51.390 INFO 15948 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  96. 2018-12-15 20:10:51.391 INFO 15948 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  97. 2018-12-15 20:10:51.441 INFO 15948 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  98. 2018-12-15 20:10:51.442 INFO 15948 --- [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3764 ms
  99. 2018-12-15 20:10:51.566 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
  100. 2018-12-15 20:10:51.569 INFO 15948 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
  101. 2018-12-15 20:10:51.584 INFO 15948 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  102. name: default
  103. ...]
  104. 2018-12-15 20:10:52.323 INFO 15948 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  105. 2018-12-15 20:10:52.513 INFO 15948 --- [ restartedMain] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: farmacia.farmacia.models.Lote (class must be instantiated by Interceptor)
  106. 2018-12-15 20:10:52.562 INFO 15948 --- [ restartedMain] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@7eae55c3'
  107. 2018-12-15 20:10:57.721 INFO 15948 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  108. 2018-12-15 20:10:57.732 INFO 15948 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  109. 2018-12-15 20:10:58.792 INFO 15948 --- [ restartedMain] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  110. 2018-12-15 20:10:59.024 INFO 15948 --- [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  111. 2018-12-15 20:10:59.030 WARN 15948 --- [ 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
  112. 2018-12-15 20:10:59.919 WARN 15948 --- [ restartedMain] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  113. 2018-12-15 20:11:00.105 INFO 15948 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  114. 2018-12-15 20:11:00.109 INFO 15948 --- [ restartedMain] farmacia.farmacia.FarmaciaApplication : Started FarmaciaApplication in 12.479 seconds (JVM running for 3624.523)
  115. 2018-12-15 20:11:00.114 INFO 15948 --- [ restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
  116. 2018-12-15 21:21:10.916 INFO 15948 --- [io-8080-exec-10] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  117. 2018-12-15 21:21:10.922 INFO 15948 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  118. 2018-12-15 21:21:11.158 INFO 15948 --- [io-8080-exec-10] o.s.web.servlet.DispatcherServlet : Completed initialization in 236 ms
  119. 2018-12-15 23:02:35.089 WARN 15948 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `farmacia.farmacia.models.UserRole` from String "CLIENTE": value not one of declared Enum instance names: [CLIENT, ADMINISTRATOR]; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `farmacia.farmacia.models.UserRole` from String "CLIENTE": value not one of declared Enum instance names: [CLIENT, ADMINISTRATOR]
  120. at [Source: (PushbackInputStream); line: 6, column: 10] (through reference chain: farmacia.farmacia.models.User["role"])]
  121. 2018-12-15 23:02:51.539 WARN 15948 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `farmacia.farmacia.models.UserRole` from String "cliente": value not one of declared Enum instance names: [CLIENT, ADMINISTRATOR]; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `farmacia.farmacia.models.UserRole` from String "cliente": value not one of declared Enum instance names: [CLIENT, ADMINISTRATOR]
  122. at [Source: (PushbackInputStream); line: 6, column: 10] (through reference chain: farmacia.farmacia.models.User["role"])]
  123. 2018-12-15 23:10:54.451 WARN 15948 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public farmacia.farmacia.models.User farmacia.farmacia.controller.UserController.createUser(farmacia.farmacia.models.User)]
  124. 2018-12-15 23:11:44.677 WARN 15948 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public farmacia.farmacia.models.User farmacia.farmacia.controller.UserController.createUser(farmacia.farmacia.models.User)]
Add Comment
Please, Sign In to add comment