Advertisement
Guest User

Untitled

a guest
Jul 10th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Logtalk 16.39 KB | None | 0 0
  1. 01:30:35.653 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
  2. 01:30:35.656 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
  3. 01:30:35.657 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/home/bruno/Documents/trabalho/product-service/target/classes/]
  4.  
  5.   .   ____          _            __ _ _
  6.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  7. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  8.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  9.   '  |____| .__|_| |_|_| |_\__, | / / / /
  10. =========|_|==============|___/=/_/_/_/
  11. :: Spring Boot ::       (v1.5.10.RELEASE)
  12.  
  13. 2018-07-11 01:30:36.166  INFO 28448 --- [  restartedMain] br.com.citra.ProductServiceApplication   : Starting ProductServiceApplication on bruno-HP-Notebook with PID 28448 (/home/bruno/Documents/trabalho/product-service/target/classes started by bruno in /home/bruno/Documents/trabalho/product-service)
  14. 2018-07-11 01:30:36.167  INFO 28448 --- [  restartedMain] br.com.citra.ProductServiceApplication   : No active profile set, falling back to default profiles: default
  15. 2018-07-11 01:30:36.257  INFO 28448 --- [  restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@447e15df: startup date [Wed Jul 11 01:30:36 BRT 2018]; root of context hierarchy
  16. 2018-07-11 01:30:38.334  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dc948048] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2018-07-11 01:30:38.398  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$75424882] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2018-07-11 01:30:38.409  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2018-07-11 01:30:38.412  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@79b4bc9f' of type [org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2018-07-11 01:30:38.427  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$9a16eb34] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2018-07-11 01:30:38.443  INFO 28448 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  22. 2018-07-11 01:30:39.158  INFO 28448 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9098 (http)
  23. 2018-07-11 01:30:39.174  INFO 28448 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
  24. 2018-07-11 01:30:39.175  INFO 28448 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.27
  25. 2018-07-11 01:30:39.375  INFO 28448 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/citra]  : Initializing Spring embedded WebApplicationContext
  26. 2018-07-11 01:30:39.375  INFO 28448 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3121 ms
  27. 2018-07-11 01:30:39.672  INFO 28448 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'corsFilter' to: [/*]
  28. 2018-07-11 01:30:39.673  INFO 28448 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  29. 2018-07-11 01:30:39.674  INFO 28448 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  30. 2018-07-11 01:30:39.674  INFO 28448 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
  31. 2018-07-11 01:30:40.054  INFO 28448 --- [  restartedMain] o.f.core.internal.util.VersionPrinter    : Flyway 3.2.1 by Boxfuse
  32. 2018-07-11 01:30:40.218  INFO 28448 --- [  restartedMain] o.f.c.i.dbsupport.DbSupportFactory       : Database: jdbc:postgresql://localhost:5432/citra?createDatabaseIfNotExist=true&useSSL=false (PostgreSQL 9.5)
  33. 2018-07-11 01:30:40.285  INFO 28448 --- [  restartedMain] o.f.core.internal.command.DbValidate     : Validated 3 migrations (execution time 00:00.046s)
  34. 2018-07-11 01:30:40.338  INFO 28448 --- [  restartedMain] o.f.core.internal.command.DbMigrate      : Current version of schema "prdt": 01
  35. 2018-07-11 01:30:40.339  INFO 28448 --- [  restartedMain] o.f.core.internal.command.DbMigrate      : Migrating schema "prdt" to version 02 - create & update
  36. 2018-07-11 01:30:41.343  INFO 28448 --- [  restartedMain] o.f.core.internal.command.DbMigrate      : Successfully applied 1 migration to schema "prdt" (execution time 00:01.013s).
  37. 2018-07-11 01:30:41.508  INFO 28448 --- [  restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  38. 2018-07-11 01:30:41.529  INFO 28448 --- [  restartedMain] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
  39.     name: default
  40.     ...]
  41. 2018-07-11 01:30:41.744  INFO 28448 --- [  restartedMain] org.hibernate.Version                    : HHH000412: Hibernate Core {5.0.12.Final}
  42. 2018-07-11 01:30:41.746  INFO 28448 --- [  restartedMain] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
  43. 2018-07-11 01:30:41.747  INFO 28448 --- [  restartedMain] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
  44. 2018-07-11 01:30:41.781  INFO 28448 --- [  restartedMain] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  45. 2018-07-11 01:30:41.890  INFO 28448 --- [  restartedMain] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL94Dialect
  46. 2018-07-11 01:30:41.990  INFO 28448 --- [  restartedMain] o.h.e.j.e.i.LobCreatorBuilderImpl        : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  47. 2018-07-11 01:30:41.992  INFO 28448 --- [  restartedMain] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@76e758d4
  48. 2018-07-11 01:30:42.156  WARN 28448 --- [  restartedMain] org.hibernate.orm.deprecation            : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead.  See Hibernate Domain Model Mapping Guide for details.
  49. 2018-07-11 01:30:42.159  WARN 28448 --- [  restartedMain] org.hibernate.orm.deprecation            : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead.  See Hibernate Domain Model Mapping Guide for details.
  50. 2018-07-11 01:30:42.500  INFO 28448 --- [  restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  51. 2018-07-11 01:30:42.939  WARN 28448 --- [  restartedMain] o.s.s.o.p.t.s.JwtAccessTokenConverter    : Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
  52. 2018-07-11 01:30:43.180  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/{product-id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.ProductPaymentResponse> br.com.citra.resource.ProductPaymentResource.findProduct(br.com.citra.model.TokenInfo,java.lang.Long,org.springframework.security.core.Authentication)
  53. 2018-07-11 01:30:43.185  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}/store-id/{store-type-id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.ProductsResponse> br.com.citra.resource.ProductResource.findProductByStoreTypeId(br.com.citra.model.TokenInfo,java.lang.Long,java.lang.Long,org.springframework.data.domain.Pageable,org.springframework.security.core.Authentication)
  54. 2018-07-11 01:30:43.186  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.ProductsResponse> br.com.citra.resource.ProductResource.findAllProduct(br.com.citra.model.TokenInfo,java.lang.Long,org.springframework.data.domain.Pageable,org.springframework.security.core.Authentication)
  55. 2018-07-11 01:30:43.186  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}/store-id/{store-type-id}/id/{product-id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.ProductResponse> br.com.citra.resource.ProductResource.findByIdAndMerchantId(br.com.citra.model.TokenInfo,java.lang.Long,java.lang.Long,java.lang.Long,org.springframework.security.core.Authentication)
  56. 2018-07-11 01:30:43.187  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}/id/{product-store-id}/store-type-id/{store-type-id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.Response> br.com.citra.resource.ProductResource.update(br.com.citra.model.TokenInfo,java.lang.Long,java.lang.Long,java.lang.Long,br.com.citra.resource.request.ProductRequest,org.springframework.security.core.Authentication)
  57. 2018-07-11 01:30:43.187  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}/id/{product-id}/store-type-id/{store-type-id}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.Response> br.com.citra.resource.ProductResource.delete(br.com.citra.model.TokenInfo,java.lang.Long,java.lang.Long,java.lang.Long,org.springframework.security.core.Authentication)
  58. 2018-07-11 01:30:43.188  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/merchant/{merchant-id}],methods=[POST]}" onto public org.springframework.http.ResponseEntity<br.com.citra.resource.response.Response> br.com.citra.resource.ProductResource.create(br.com.citra.model.TokenInfo,java.lang.Long,br.com.citra.resource.request.ProductRequest,org.springframework.security.core.Authentication)
  59. 2018-07-11 01:30:43.191  INFO 28448 --- [  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)
  60. 2018-07-11 01:30:43.191  INFO 28448 --- [  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)
  61. 2018-07-11 01:30:43.294  INFO 28448 --- [  restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@447e15df: startup date [Wed Jul 11 01:30:36 BRT 2018]; root of context hierarchy
  62. 2018-07-11 01:30:43.358  INFO 28448 --- [  restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in resourceExceptionHandler
  63. 2018-07-11 01:30:43.856  INFO 28448 --- [  restartedMain] b.a.s.AuthenticationManagerConfiguration :
  64.  
  65. Using default security password: d7f07e1a-c63a-4d38-a060-6ece9dea5663
  66.  
  67. 2018-07-11 01:30:43.960  INFO 28448 --- [  restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
  68. 2018-07-11 01:30:44.037  INFO 28448 --- [  restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@63750def, org.springframework.security.web.context.SecurityContextPersistenceFilter@5dc8e245, org.springframework.security.web.header.HeaderWriterFilter@626e0958, org.springframework.security.web.authentication.logout.LogoutFilter@18162791, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@eb09256, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@242e6317, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@20ab5b03, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b6f934, org.springframework.security.web.session.SessionManagementFilter@23c9318f, org.springframework.security.web.access.ExceptionTranslationFilter@326e720, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@21f83b7e]
  69. 2018-07-11 01:30:44.069  INFO 28448 --- [  restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2cc52e0c, org.springframework.security.web.context.SecurityContextPersistenceFilter@5671638f, org.springframework.security.web.header.HeaderWriterFilter@50e330d5, org.springframework.security.web.authentication.logout.LogoutFilter@176d1875, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7fc31ed9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@402d95f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d2e2492, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@71c6a524, org.springframework.security.web.session.SessionManagementFilter@15901593, org.springframework.security.web.access.ExceptionTranslationFilter@3d6de98f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@10c070e]
  70. 2018-07-11 01:30:44.273  WARN 28448 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : Unable to start LiveReload server
  71. 2018-07-11 01:30:44.342  INFO 28448 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
  72. 2018-07-11 01:30:44.423  INFO 28448 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9098 (http)
  73. 2018-07-11 01:30:44.434  INFO 28448 --- [  restartedMain] br.com.citra.ProductServiceApplication   : Started ProductServiceApplication in 8.757 seconds (JVM running for 9.241)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement