Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 KB | None | 0 0
  1. . ____ _ __ _ _
  2. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  3. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  4. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  5. ' |____| .__|_| |_|_| |_\__, | / / / /
  6. =========|_|==============|___/=/_/_/_/
  7. :: Spring Boot :: (v2.1.5.RELEASE)
  8.  
  9. 2019-07-18 16:32:44.064 INFO 1 --- [ main] r.i.planet.PlanetAuthServiceApplication : Starting PlanetAuthServiceApplication v0.0.1-SNAPSHOT on auth-659fd98557-zb7dm with PID 1 (/app/planet-auth-service.jar started by root in /)
  10. 2019-07-18 16:32:44.083 INFO 1 --- [ main] r.i.planet.PlanetAuthServiceApplication : No active profile set, falling back to default profiles: default
  11. 2019-07-18 16:32:46.458 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  12. 2019-07-18 16:32:46.657 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 186ms. Found 10 repository interfaces.
  13. 2019-07-18 16:32:47.580 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e43b97d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2019-07-18 16:32:47.628 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$a6f181b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2019-07-18 16:32:47.634 INFO 1 --- [ main] 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)
  16. 2019-07-18 16:32:47.640 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3eb91815' 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)
  17. 2019-07-18 16:32:47.645 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$cbc62469] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2019-07-18 16:32:47.650 INFO 1 --- [ main] 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)
  19. 2019-07-18 16:32:48.145 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  20. 2019-07-18 16:32:48.187 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  21. 2019-07-18 16:32:48.187 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
  22. 2019-07-18 16:32:48.333 INFO 1 --- [ main] o.a.c.c.C.[.[localhost].[/auth_api] : Initializing Spring embedded WebApplicationContext
  23. 2019-07-18 16:32:48.333 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4110 ms
  24. 2019-07-18 16:32:48.957 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  25. 2019-07-18 16:32:49.083 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  26. 2019-07-18 16:32:49.163 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  27. name: default
  28. ...]
  29. 2019-07-18 16:32:49.291 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
  30. 2019-07-18 16:32:49.293 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  31. 2019-07-18 16:32:49.511 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
  32. 2019-07-18 16:32:49.971 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  33. 2019-07-18 16:32:49.999 INFO 1 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000422: Disabling contextual LOB creation as connection was null
  34. 2019-07-18 16:32:50.007 INFO 1 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@75cd8043
  35. 2019-07-18 16:32:50.284 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000038: Composite-id class does not override equals(): ru.ibs.planet.model.obj.RsObjectGroupRoleKey
  36. 2019-07-18 16:32:50.285 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000039: Composite-id class does not override hashCode(): ru.ibs.planet.model.obj.RsObjectGroupRoleKey
  37. 2019-07-18 16:32:50.285 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000038: Composite-id class does not override equals(): ru.ibs.planet.model.obj.RsOjectRoleKey
  38. 2019-07-18 16:32:50.285 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000039: Composite-id class does not override hashCode(): ru.ibs.planet.model.obj.RsOjectRoleKey
  39. 2019-07-18 16:32:50.286 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000038: Composite-id class does not override equals(): ru.ibs.planet.model.user.RsUserGroupKey
  40. 2019-07-18 16:32:50.286 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000039: Composite-id class does not override hashCode(): ru.ibs.planet.model.user.RsUserGroupKey
  41. 2019-07-18 16:32:50.286 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000038: Composite-id class does not override equals(): ru.ibs.planet.model.role.RsRoleGroupKey
  42. 2019-07-18 16:32:50.286 WARN 1 --- [ main] org.hibernate.mapping.RootClass : HHH000039: Composite-id class does not override hashCode(): ru.ibs.planet.model.role.RsRoleGroupKey
  43. 2019-07-18 16:32:51.175 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  44. 2019-07-18 16:32:53.050 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  45. 2019-07-18 16:32:53.655 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/v1.0/oauth/token'], Ant [pattern='/oauth/token_key'], Ant [pattern='/oauth/check_token']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@c4c0b41, org.springframework.security.web.context.SecurityContextPersistenceFilter@6b1e7ad3, org.springframework.security.web.header.HeaderWriterFilter@29314cc9, org.springframework.security.web.authentication.logout.LogoutFilter@5972d253, org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter@5b5c0057, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@726a17c4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@13a37e2a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e840abf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@76911385, org.springframework.security.web.session.SessionManagementFilter@35f8a9d3, org.springframework.security.web.access.ExceptionTranslationFilter@2d6aca33, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4bdc8b5d]
  46. 2019-07-18 16:32:53.668 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration$NotOAuthRequestMatcher@340b7ef6, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30404dba, org.springframework.security.web.context.SecurityContextPersistenceFilter@77ee25f1, org.springframework.security.web.header.HeaderWriterFilter@21719a0, org.springframework.security.web.authentication.logout.LogoutFilter@304a3655, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@6b3871d6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6dd93a21, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@57b9e423, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6050462a, org.springframework.security.web.session.SessionManagementFilter@76b224cd, org.springframework.security.web.access.ExceptionTranslationFilter@53093491, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@11a7ba62]
  47. 2019-07-18 16:32:53.672 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@c446b14, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e83c18, org.springframework.security.web.header.HeaderWriterFilter@34523d46, org.springframework.security.web.csrf.CsrfFilter@73877e19, org.springframework.security.web.authentication.logout.LogoutFilter@4e8e8621, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@783efb48, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5d235104, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3af356f, org.springframework.security.web.session.SessionManagementFilter@7cedfa63, org.springframework.security.web.access.ExceptionTranslationFilter@5bfc257]
  48. 2019-07-18 16:32:53.734 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  49. 2019-07-18 16:32:53.911 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  50. 2019-07-18 16:32:54.498 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  51. 2019-07-18 16:32:54.558 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  52. 2019-07-18 16:32:54.611 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  53. 2019-07-18 16:32:54.888 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/auth_api'
  54. 2019-07-18 16:32:54.890 INFO 1 --- [ main] r.i.planet.PlanetAuthServiceApplication : Started PlanetAuthServiceApplication in 11.661 seconds (JVM running for 12.324)
  55. 2019-07-18 16:33:24.737 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/auth_api] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  56. 2019-07-18 16:33:24.738 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  57. 2019-07-18 16:33:24.756 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 18 ms
  58. 2019-07-18 16:33:25.241 INFO 1 --- [nio-8080-exec-1] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  59. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  60. 2019-07-18 16:33:25.462 WARN 1 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  61. 2019-07-18 16:33:25.462 ERROR 1 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  62. Position: 255
  63. 2019-07-18 16:33:25.471 WARN 1 --- [nio-8080-exec-1] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  64. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  65. 2019-07-18 16:33:40.483 WARN 1 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  66. 2019-07-18 16:33:40.483 ERROR 1 --- [nio-8080-exec-2] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  67. Position: 255
  68. 2019-07-18 16:33:40.484 WARN 1 --- [nio-8080-exec-2] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  69. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  70. 2019-07-19 06:49:31.874 WARN 1 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  71. 2019-07-19 06:49:31.874 ERROR 1 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  72. Position: 255
  73. 2019-07-19 06:49:31.876 WARN 1 --- [nio-8080-exec-3] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  74. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  75. 2019-07-19 06:53:44.677 WARN 1 --- [nio-8080-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  76. 2019-07-19 06:53:44.677 ERROR 1 --- [nio-8080-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  77. Position: 255
  78. 2019-07-19 06:53:44.678 WARN 1 --- [nio-8080-exec-4] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  79. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  80. 2019-07-19 07:54:18.868 WARN 1 --- [nio-8080-exec-8] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  81. 2019-07-19 07:54:18.869 ERROR 1 --- [nio-8080-exec-8] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  82. Position: 255
  83. 2019-07-19 07:54:18.870 WARN 1 --- [nio-8080-exec-8] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  84. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  85. 2019-07-19 07:55:33.953 WARN 1 --- [nio-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@7a46535 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
  86. 2019-07-19 07:55:33.957 WARN 1 --- [nio-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@d5c0e45 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
  87. 2019-07-19 07:55:33.958 WARN 1 --- [nio-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@485e918a (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
  88. 2019-07-19 07:55:33.960 WARN 1 --- [nio-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6cf7c879 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
  89. 2019-07-19 07:55:33.961 WARN 1 --- [nio-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@79dc7845 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
  90. 2019-07-19 07:55:33.970 WARN 1 --- [nio-8080-exec-9] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  91. 2019-07-19 07:55:33.970 ERROR 1 --- [nio-8080-exec-9] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  92. Position: 255
  93. 2019-07-19 07:55:33.971 WARN 1 --- [nio-8080-exec-9] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  94. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  95. 2019-07-19 08:07:59.382 WARN 1 --- [io-8080-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  96. 2019-07-19 08:07:59.383 ERROR 1 --- [io-8080-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  97. Position: 255
  98. 2019-07-19 08:07:59.383 WARN 1 --- [io-8080-exec-10] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  99. Hibernate: select rsuser0_.id as id1_12_, rsuser0_.idate as idate2_12_, rsuser0_.obsolete as obsolete3_12_, rsuser0_.udate as udate4_12_, rsuser0_.expire_data as expire_d5_12_, rsuser0_.login as login6_12_, rsuser0_.name as name7_12_, rsuser0_.pwd as pwd8_12_ from pa_meta.rs_users_v rsuser0_ where rsuser0_.login=?
  100. 2019-07-19 08:32:50.088 WARN 1 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42P01
  101. 2019-07-19 08:32:50.088 ERROR 1 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: relation "pa_meta.rs_users_v" does not exist
  102. Position: 255
  103. 2019-07-19 08:32:50.089 WARN 1 --- [nio-8080-exec-1] o.s.s.o.provider.endpoint.TokenEndpoint : Handling error: InternalAuthenticationServiceException, could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement