Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.74 KB | None | 0 0
  1.  
  2. 18:55:30.539 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/api/v1/clients/login'; against '/resources/**'
  3. 18:55:30.540 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/api/v1/clients/login'; against '/favicon.ico'
  4. 18:55:30.540 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/api/v1/clients/login'; against '/403'
  5. 18:55:30.541 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 1 of 11 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  6. 18:55:30.542 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 2 of 11 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  7. 18:55:30.544 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  8. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.h.writers.HstsHeaderWriter - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@5ef9b3b1
  9. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'
  10. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/api/v1/clients/login'; against '/logout'
  11. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 5 of 11 in additional filter chain; firing Filter: 'StatelessAuthenticationFilter'
  12. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  13. 18:55:30.545 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  14. 18:55:30.546 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  15. 18:55:30.548 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  16. 18:55:30.548 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'
  17. 18:55:30.548 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  18. 18:55:30.548 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  19. 18:55:30.549 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.u.m.AntPathRequestMatcher - Checking match of request : '/api/v1/clients/login'; against '/api/**'
  20. 18:55:30.549 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - Secure object: FilterInvocation: URL: /api/v1/clients/login; Attributes: [permitAll]
  21. 18:55:30.549 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
  22. 18:55:30.557 [1768305536@qtp-1598924227-0] DEBUG o.s.s.access.vote.AffirmativeBased - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@2ecb99c7, returned: 1
  23. 18:55:30.557 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - Authorization successful
  24. 18:55:30.557 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.i.FilterSecurityInterceptor - RunAsManager did not change Authentication object
  25. 18:55:30.557 [1768305536@qtp-1598924227-0] DEBUG o.s.security.web.FilterChainProxy - /api/v1/clients/login reached end of additional filter chain; proceeding with original chain
  26. 18:55:30.612 [1768305536@qtp-1598924227-0] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'clientController'
  27. 18:55:30.683 [1768305536@qtp-1598924227-0] DEBUG o.s.t.a.AnnotationTransactionAttributeSource - Adding transactional method 'ClientServiceImpl.findByUsername' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  28. 18:55:30.685 [1768305536@qtp-1598924227-0] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning cached instance of singleton bean 'transactionManager'
  29. 18:55:30.689 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Creating new transaction with name [ar.edu.itba.paw.services.ClientServiceImpl.findByUsername]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  30. 18:55:30.788 [1768305536@qtp-1598924227-0] DEBUG o.h.s.internal.StatisticsInitiator - Statistics initialized [enabled=false]
  31. 18:55:30.793 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Opened new EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@72efa9c6] for JPA transaction
  32. 18:55:30.795 [1768305536@qtp-1598924227-0] DEBUG o.h.e.t.internal.TransactionImpl - begin
  33. 18:55:30.795 [1768305536@qtp-1598924227-0] DEBUG o.s.j.d.SimpleDriverDataSource - Creating new JDBC Driver Connection to [jdbc:postgresql://localhost/pawdb]
  34. 18:55:30.821 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Exposing JPA transaction as JDBC transaction [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@1bae6a7d]
  35. 18:55:30.837 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.QueryTranslatorFactoryInitiator - QueryTranslatorFactory : org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory@2a8f67c2
  36. 18:55:30.837 [1768305536@qtp-1598924227-0] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
  37. 18:55:30.889 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.QueryTranslatorImpl - parse() - HQL: from ar.edu.itba.paw.models.Client as u where u.name = :username
  38. 18:55:30.904 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.QueryTranslatorImpl - --- HQL AST ---
  39. \-[QUERY] Node: 'query'
  40. +-[SELECT_FROM] Node: 'SELECT_FROM'
  41. | \-[FROM] Node: 'from'
  42. | \-[RANGE] Node: 'RANGE'
  43. | +-[DOT] Node: '.'
  44. | | +-[DOT] Node: '.'
  45. | | | +-[DOT] Node: '.'
  46. | | | | +-[DOT] Node: '.'
  47. | | | | | +-[DOT] Node: '.'
  48. | | | | | | +-[IDENT] Node: 'ar'
  49. | | | | | | \-[IDENT] Node: 'edu'
  50. | | | | | \-[IDENT] Node: 'itba'
  51. | | | | \-[IDENT] Node: 'paw'
  52. | | | \-[IDENT] Node: 'models'
  53. | | \-[IDENT] Node: 'Client'
  54. | \-[ALIAS] Node: 'u'
  55. \-[WHERE] Node: 'where'
  56. \-[EQ] Node: '='
  57. +-[DOT] Node: '.'
  58. | +-[IDENT] Node: 'u'
  59. | \-[IDENT] Node: 'name'
  60. \-[COLON] Node: ':'
  61. \-[IDENT] Node: 'username'
  62.  
  63. 18:55:30.904 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.ErrorCounter - throwQueryException() : no errors
  64. 18:55:30.943 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select]
  65. 18:55:30.962 [1768305536@qtp-1598924227-0] DEBUG o.h.h.internal.ast.tree.FromElement - FromClause{level=1} : ar.edu.itba.paw.models.Client (u) -> client0_
  66. 18:55:30.964 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.tree.FromReferenceNode - Resolved : u -> client0_.client_id
  67. 18:55:30.966 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.tree.DotNode - getDataType() : name -> org.hibernate.type.StringType@426b6a74
  68. 18:55:30.967 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.tree.FromReferenceNode - Resolved : u.name -> client0_.username
  69. 18:55:30.971 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select]
  70. 18:55:30.971 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.HqlSqlWalker - processQuery() : ( SELECT ( FromClause{level=1} clients client0_ ) ( where ( = ( client0_.username client0_.client_id name ) ? ) ) )
  71. 18:55:30.983 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.HqlSqlWalker - Derived SELECT clause created.
  72. 18:55:30.991 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.util.JoinProcessor - Using FROM fragment [clients client0_]
  73. 18:55:30.991 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select]
  74. 18:55:30.992 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.QueryTranslatorImpl - --- SQL AST ---
  75. \-[SELECT] QueryNode: 'SELECT' querySpaces (clients)
  76. +-[SELECT_CLAUSE] SelectClause: '{derived select clause}'
  77. | +-[SELECT_EXPR] SelectExpressionImpl: 'client0_.client_id as client_i1_0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=u,role=null,tableName=clients,tableAlias=client0_,origin=null,columns={,className=ar.edu.itba.paw.models.Client}}}
  78. | \-[SQL_TOKEN] SqlFragment: 'client0_.email as email2_0_, client0_.username as username3_0_, client0_.password as password4_0_, client0_.program_id as program_8_0_, client0_.recovery_question as recovery5_0_, client0_.role as role6_0_, client0_.secret_answer as secret_a7_0_, client0_.university_id as universi9_0_'
  79. +-[FROM] FromClause: 'from' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[u], fromElementByTableAlias=[client0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]}
  80. | \-[FROM_FRAGMENT] FromElement: 'clients client0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=u,role=null,tableName=clients,tableAlias=client0_,origin=null,columns={,className=ar.edu.itba.paw.models.Client}}
  81. \-[WHERE] SqlNode: 'where'
  82. \-[EQ] BinaryLogicOperatorNode: '='
  83. +-[DOT] DotNode: 'client0_.username' {propertyName=name,dereferenceType=PRIMITIVE,getPropertyPath=name,path=u.name,tableAlias=client0_,className=ar.edu.itba.paw.models.Client,classAlias=u}
  84. | +-[ALIAS_REF] IdentNode: 'client0_.client_id' {alias=u, className=ar.edu.itba.paw.models.Client, tableAlias=client0_}
  85. | \-[IDENT] IdentNode: 'name' {originalText=name}
  86. \-[NAMED_PARAM] ParameterNode: '?' {name=username, expectedType=org.hibernate.type.StringType@426b6a74}
  87.  
  88. 18:55:30.992 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.ErrorCounter - throwQueryException() : no errors
  89. 18:55:31.001 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.QueryTranslatorImpl - HQL: from ar.edu.itba.paw.models.Client as u where u.name = :username
  90. 18:55:31.001 [1768305536@qtp-1598924227-0] DEBUG o.h.h.i.ast.QueryTranslatorImpl - SQL: select client0_.client_id as client_i1_0_, client0_.email as email2_0_, client0_.username as username3_0_, client0_.password as password4_0_, client0_.program_id as program_8_0_, client0_.recovery_question as recovery5_0_, client0_.role as role6_0_, client0_.secret_answer as secret_a7_0_, client0_.university_id as universi9_0_ from clients client0_ where client0_.username=?
  91. 18:55:31.001 [1768305536@qtp-1598924227-0] DEBUG o.h.hql.internal.ast.ErrorCounter - throwQueryException() : no errors
  92. 18:55:31.037 [1768305536@qtp-1598924227-0] DEBUG org.hibernate.SQL - select client0_.client_id as client_i1_0_, client0_.email as email2_0_, client0_.username as username3_0_, client0_.password as password4_0_, client0_.program_id as program_8_0_, client0_.recovery_question as recovery5_0_, client0_.role as role6_0_, client0_.secret_answer as secret_a7_0_, client0_.university_id as universi9_0_ from clients client0_ where client0_.username=?
  93. Hibernate: select client0_.client_id as client_i1_0_, client0_.email as email2_0_, client0_.username as username3_0_, client0_.password as password4_0_, client0_.program_id as program_8_0_, client0_.recovery_question as recovery5_0_, client0_.role as role6_0_, client0_.secret_answer as secret_a7_0_, client0_.university_id as universi9_0_ from clients client0_ where client0_.username=?
  94. 18:55:31.046 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Initiating transaction commit
  95. 18:55:31.047 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Committing JPA transaction on EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@72efa9c6]
  96. 18:55:31.047 [1768305536@qtp-1598924227-0] DEBUG o.h.e.t.internal.TransactionImpl - committing
  97. 18:55:31.047 [1768305536@qtp-1598924227-0] DEBUG o.s.orm.jpa.JpaTransactionManager - Closing JPA EntityManager [org.hibernate.jpa.internal.EntityManagerImpl@72efa9c6] after transaction
  98. 18:55:31.047 [1768305536@qtp-1598924227-0] DEBUG o.s.o.jpa.EntityManagerFactoryUtils - Closing JPA EntityManager
  99. 18:55:32.202 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.a.ExceptionTranslationFilter - Chain processed normally
  100. 18:55:32.203 [1768305536@qtp-1598924227-0] DEBUG o.s.s.w.c.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement