tecoholic

authentication_failure infinite loop

Mar 31st, 2016
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.68 KB | None | 0 0
  1. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : e64d6520-7278-44ec-b65d-1c48ee0d7ff9
  2. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  3. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  4. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  5. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  6. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  7. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,400 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  8. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,461 INFO  [org.xdi.oxauth.auth.Authenticator] Authentication failed for '@!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926'
  9. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,463 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : org.xdi.oxauth.client.TokenResponse@72b153f0
  10. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,463 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse.getErrorType() : invalid_client
  11. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,463 INFO  [org.gluu.oxtrust.action.Authenticator]  accessToken : null
  12. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,463 INFO  [org.gluu.oxtrust.action.Authenticator]  validating AccessToken
  13. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,523 INFO  [org.gluu.oxtrust.action.Authenticator]  response3.getStatus() : 400
  14. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,523 INFO  [org.gluu.oxtrust.action.Authenticator] validate check session status:400
  15. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,523 INFO  [org.gluu.oxtrust.action.Authenticator] Token validation failed. User is NOT logged in
  16. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,562 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 692101f0-7dff-4453-a50c-308628a5396f
  17. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,562 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  18. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,562 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  19. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,563 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  20. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,563 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  21. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,563 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  22. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,563 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  23. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,621 INFO  [org.xdi.oxauth.auth.Authenticator] Authentication failed for '@!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926'
  24. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,624 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : org.xdi.oxauth.client.TokenResponse@c8890b5
  25. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,624 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse.getErrorType() : invalid_client
  26. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,624 INFO  [org.gluu.oxtrust.action.Authenticator]  accessToken : null
  27. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,624 INFO  [org.gluu.oxtrust.action.Authenticator]  validating AccessToken
  28. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,681 INFO  [org.gluu.oxtrust.action.Authenticator]  response3.getStatus() : 400
  29. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,681 INFO  [org.gluu.oxtrust.action.Authenticator] validate check session status:400
  30. INFO   | jvm 1    | 2016/04/01 02:55:57 | 2016-04-01 02:55:57,681 INFO  [org.gluu.oxtrust.action.Authenticator] Token validation failed. User is NOT logged in
Add Comment
Please, Sign In to add comment