Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. . ____ _ __ _ _
  2. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  3. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  4. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  5. ' |____| .__|_| |_|_| |_\__, | / / / /
  6. =========|_|==============|___/=/_/_/_/
  7. :: Spring Boot :: (v1.4.3.RELEASE)
  8.  
  9. 2018-02-21 12:09:34.415 INFO 3964 --- [ restartedMain] com.ufcg.si1.EstoqueFacilRestApi : Starting EstoqueFacilRestApi on DESKTOP-GJO76BU with PID 3964 (C:\Users\vinic\Desktop\ProjetoSI\target\classes started by vinic in C:\Users\vinic\Desktop\ProjetoSI)
  10. 2018-02-21 12:09:34.417 INFO 3964 --- [ restartedMain] com.ufcg.si1.EstoqueFacilRestApi : No active profile set, falling back to default profiles: default
  11. 2018-02-21 12:09:34.601 INFO 3964 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7960358a: startup date [Wed Feb 21 12:09:34 BRT 2018]; root of context hierarchy
  12. 2018-02-21 12:09:36.119 INFO 3964 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$26cac307] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2018-02-21 12:09:36.547 INFO 3964 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  14. 2018-02-21 12:09:36.556 INFO 3964 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service Tomcat
  15. 2018-02-21 12:09:36.556 INFO 3964 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.6
  16. 2018-02-21 12:09:36.626 INFO 3964 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  17. 2018-02-21 12:09:36.626 INFO 3964 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2028 ms
  18. 2018-02-21 12:09:36.780 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  19. 2018-02-21 12:09:36.781 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'webServlet' to [/h2-console/*]
  20. 2018-02-21 12:09:36.783 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  21. 2018-02-21 12:09:36.784 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  22. 2018-02-21 12:09:36.784 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  23. 2018-02-21 12:09:36.784 INFO 3964 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  24. 2018-02-21 12:09:36.841 INFO 3964 --- [ restartedMain] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
  25. 2018-02-21 12:09:36.979 INFO 3964 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  26. 2018-02-21 12:09:36.985 INFO 3964 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  27. name: default
  28. ...]
  29. 2018-02-21 12:09:37.042 INFO 3964 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {4.3.6.Final}
  30. 2018-02-21 12:09:37.044 INFO 3964 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  31. 2018-02-21 12:09:37.045 INFO 3964 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  32. 2018-02-21 12:09:37.319 INFO 3964 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  33. 2018-02-21 12:09:37.379 INFO 3964 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  34. 2018-02-21 12:09:37.472 INFO 3964 --- [ restartedMain] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
  35. 2018-02-21 12:09:37.675 INFO 3964 --- [ restartedMain] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: com.ufcg.si1.model.Lote (class must be instantiated by Interceptor)
  36. 2018-02-21 12:09:37.757 INFO 3964 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
  37. 2018-02-21 12:09:37.760 ERROR 3964 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lote drop constraint FK_9d7hco2ueumxuyel1rkn0740o if exists
  38. 2018-02-21 12:09:37.760 ERROR 3964 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : Table "LOTE" not found; SQL statement:
  39. alter table lote drop constraint FK_9d7hco2ueumxuyel1rkn0740o if exists [42102-193]
  40. 2018-02-21 12:09:37.778 INFO 3964 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
  41. 2018-02-21 12:09:37.805 INFO 3964 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  42. 2018-02-21 12:09:38.230 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7960358a: startup date [Wed Feb 21 12:09:34 BRT 2018]; root of context hierarchy
  43. 2018-02-21 12:09:38.289 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/],methods=[GET]}" onto public org.springframework.http.ResponseEntity<java.util.List<com.ufcg.si1.model.Produto>> com.ufcg.si1.controller.RestApiController.listAllUsers()
  44. 2018-02-21 12:09:38.292 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> com.ufcg.si1.controller.RestApiController.consultarProduto(long)
  45. 2018-02-21 12:09:38.292 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/adm],methods=[POST]}" onto public org.springframework.http.ResponseEntity<com.ufcg.si1.model.Admin> com.ufcg.si1.controller.RestApiController.cadastrarCliente(com.ufcg.si1.model.Admin)
  46. 2018-02-21 12:09:38.292 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/adms/],methods=[GET]}" onto public org.springframework.http.ResponseEntity<java.util.List<com.ufcg.si1.model.Admin>> com.ufcg.si1.controller.RestApiController.listAllAdmins()
  47. 2018-02-21 12:09:38.292 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/adm],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<com.ufcg.si1.model.Admin> com.ufcg.si1.controller.RestApiController.logarCliente(com.ufcg.si1.model.Admin)
  48. 2018-02-21 12:09:38.293 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/],methods=[POST]}" onto public org.springframework.http.ResponseEntity<com.ufcg.si1.model.Produto> com.ufcg.si1.controller.RestApiController.criarProduto(com.ufcg.si1.model.Produto,org.springframework.web.util.UriComponentsBuilder)
  49. 2018-02-21 12:09:38.293 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<?> com.ufcg.si1.controller.RestApiController.updateProduto(long,com.ufcg.si1.model.Produto)
  50. 2018-02-21 12:09:38.293 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/{id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<?> com.ufcg.si1.controller.RestApiController.deleteUser(long)
  51. 2018-02-21 12:09:38.293 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/lote/],methods=[GET]}" onto public org.springframework.http.ResponseEntity<java.util.List<com.ufcg.si1.model.Lote>> com.ufcg.si1.controller.RestApiController.listAllLotess()
  52. 2018-02-21 12:09:38.294 INFO 3964 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/produto/{id}/lote],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> com.ufcg.si1.controller.RestApiController.criarLote(long,com.ufcg.si1.model.DTO.LoteDTO)
  53. 2018-02-21 12:09:38.296 INFO 3964 --- [ 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.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  54. 2018-02-21 12:09:38.296 INFO 3964 --- [ 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.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  55. 2018-02-21 12:09:38.324 INFO 3964 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  56. 2018-02-21 12:09:38.324 INFO 3964 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  57. 2018-02-21 12:09:38.358 INFO 3964 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  58. 2018-02-21 12:09:38.391 WARN 3964 --- [ restartedMain] .t.AbstractTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  59. 2018-02-21 12:09:38.599 INFO 3964 --- [ restartedMain] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
  60. 2018-02-21 12:09:39.054 INFO 3964 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  61. 2018-02-21 12:09:39.126 INFO 3964 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  62. 2018-02-21 12:09:39.175 INFO 3964 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  63. 2018-02-21 12:09:39.181 INFO 3964 --- [ restartedMain] com.ufcg.si1.EstoqueFacilRestApi : Started EstoqueFacilRestApi in 5.044 seconds (JVM running for 5.765)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement