Advertisement
Guest User

Focal point

a guest
Nov 12th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. 01:41:34.162 [main] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
  2. 01:41:34.295 [main] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 116 ms
  3. 01:41:34.548 [main] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@6629643d{HTTP/1.1,[http/1.1]}{0.0.0.0:2021}
  4. 01:41:34.556 [main] INFO o.s.b.c.e.j.JettyEmbeddedServletContainer - Jetty started on port(s) 2021 (http/1.1)
  5. 01:41:34.573 [main] INFO o.a.f.c.i.c.IdentityServiceConfig - Started IdentityServiceConfig in 67.533 seconds (JVM running for 70.65)
  6. 01:43:13.893 [qtp2072724423-28] INFO anubis-logger - System token for user wepemnefret, with key timestamp 2019-11-13T01_39_49 authenticated successfully.
  7. 01:43:13.907 [qtp2072724423-28] DEBUG anubis-logger - Authorizing access to /initialize based on permission: ApplicationPermission{servletPathSegmentMatchers='/initialize', allowedOperation=CHANGE}
  8. 01:43:13.988 [qtp2072724423-28] INFO cassandra-logger - Create new session for keyspace [playground].
  9. 01:43:14.008 [qtp2072724423-28] INFO identity-logger - Provisioning cassandra tables for tenant 'playground'...
  10. 01:43:15.262 [qtp2072724423-28] INFO cassandra-logger - Create new mapping mapper for tenant [playground] and type [PermittableGroupEntity].
  11. 01:43:15.341 [qtp2072724423-28] INFO identity-logger - Successfully provisioned cassandra tables for tenant 'playground'...
  12. 01:43:17.873 [qtp2072724423-23] INFO anubis-logger - Guest access "authenticated" successfully.
  13. 01:43:17.873 [qtp2072724423-23] DEBUG anubis-logger - Authorizing access to /token based on permission: ApplicationPermission{servletPathSegmentMatchers='/token', allowedOperation=CHANGE}
  14. 01:43:17.890 [async-processor-1] DEBUG command-logger - CommandBus::dispatch-sync called.
  15. 01:43:17.890 [async-processor-1] DEBUG command-logger - CommandBus::storeCommand called.
  16. 01:43:17.906 [async-processor-1] DEBUG command-logger - CommandBus::findCommandHandler called for PasswordAuthenticationCommand.
  17. 01:43:17.911 [async-processor-1] DEBUG command-logger - CommandBus::findCommandHandler added method for PasswordAuthenticationCommand.
  18. 01:43:17.912 [async-processor-1] DEBUG command-logger - Handling command of type org.apache.fineract.cn.identity.internal.command.PasswordAuthenticationCommand for tenant playground, -> command PasswordAuthenticationCommand{useridentifier='antony'}
  19. 01:43:18.000 [async-processor-1] INFO identity-logger - Access token for tenant 'playground', user 'antony', application 'identity-v1', and callEndpointSet 'null' being returned containing the permissions '[TokenPermission{path='identity-v1/roles/*', allowedOperations=[CHANGE, READ, DELETE]}, TokenPermission{path='identity-v1/users/{useridentifier}/password', allowedOperations=[DELETE, READ, CHANGE]}, TokenPermission{path='identity-v1/token/_current', allowedOperations=[DELETE]}, TokenPermission{path='identity-v1/applications/{applicationidentifier}/permissions', allowedOperations=[CHANGE, READ, DELETE]}, TokenPermission{path='identity-v1/users/*', allowedOperations=[CHANGE, READ, DELETE]}, TokenPermission{path='identity-v1/users/{useridentifier}/permissions', allowedOperations=[READ]}, TokenPermission{path='identity-v1/applications/*/permissions/*/users/{useridentifier}/enabled', allowedOperations=[CHANGE, READ, DELETE]}, TokenPermission{path='identity-v1/permittablegroups/*', allowedOperations=[CHANGE, READ, DELETE]}]'.
  20. 01:43:18.388 [async-processor-1] DEBUG command-logger - CommandBus::updateCommandSource called.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement