Skip to content

Instantly share code, notes, and snippets.

@tony-kerz
Created November 23, 2015 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony-kerz/bdcf87511e20887f1456 to your computer and use it in GitHub Desktop.
Save tony-kerz/bdcf87511e20887f1456 to your computer and use it in GitHub Desktop.
core@ip-10-0-1-80 ~ $ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro -p 8080 healthagen/uaa:2.7.1
+ '[' -n '' ']'
++ docker run --rm healthagen/mesos-dns-discover:c136401 -s uaa-postgres
+ pgLoc=uaa-postgres-40221-s2.marathon.slave.mesos.:2811
+ IFS=:
+ toks=($pgLoc)
+ export DB_PORT_5432_TCP_ADDR=uaa-postgres-40221-s2.marathon.slave.mesos.
+ DB_PORT_5432_TCP_ADDR=uaa-postgres-40221-s2.marathon.slave.mesos.
+ export DB_PORT_5432_TCP_PORT=2811
+ DB_PORT_5432_TCP_PORT=2811
+ /tomcat/bin/catalina.sh run
23-Nov-2015 12:53:39.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.28
23-Nov-2015 12:53:39.025 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Oct 7 2015 18:25:21 UTC
23-Nov-2015 12:53:39.026 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.0.28.0
23-Nov-2015 12:53:39.026 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
23-Nov-2015 12:53:39.026 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.1.7-coreos
23-Nov-2015 12:53:39.026 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
23-Nov-2015 12:53:39.027 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
23-Nov-2015 12:53:39.027 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_66-internal-b17
23-Nov-2015 12:53:39.027 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
23-Nov-2015 12:53:39.027 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /tomcat
23-Nov-2015 12:53:39.027 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /tomcat
23-Nov-2015 12:53:39.028 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/tomcat/conf/logging.properties
23-Nov-2015 12:53:39.028 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
23-Nov-2015 12:53:39.028 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/tomcat/endorsed
23-Nov-2015 12:53:39.028 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/tomcat
23-Nov-2015 12:53:39.029 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/tomcat
23-Nov-2015 12:53:39.029 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/tomcat/temp
23-Nov-2015 12:53:39.029 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
23-Nov-2015 12:53:39.132 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
23-Nov-2015 12:53:39.150 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
23-Nov-2015 12:53:39.153 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
23-Nov-2015 12:53:39.155 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
23-Nov-2015 12:53:39.155 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 548 ms
23-Nov-2015 12:53:39.176 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
23-Nov-2015 12:53:39.176 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.28
23-Nov-2015 12:53:39.205 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /tomcat/webapps/ROOT.war
23-Nov-2015 12:53:40.232 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[2015-11-23 12:53:40.449] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- XFrameOptionsFilter: Initializing filter 'xFrameOptionsFilter'
[2015-11-23 12:53:40.469] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- XFrameOptionsFilter: Filter 'xFrameOptionsFilter' configured successfully
[2015-11-23 12:53:40.556] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DispatcherServlet: FrameworkServlet 'spring': initialization started
[2015-11-23 12:53:40.678] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Merging document (no matchers set){links=null, login={url=http://localhost:8080/uaa, serviceProviderKey=-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,BE03AC562D734AB1
mvMS20ddwCJ6A+ABJKWViGTgLpWUVA5ZqKYU6Q3N+le769s4uygcMOtvTcjgH46E
3gIDR+Qt+UO/Yv+EgIJnga+vLMayjg/pl2bR8p1lK7gUkAb7DwDviySSi18tAt0O
NTyJEzy6G+WnlSs+3tzRUCneaoFB1/LDdUSOzaSLRtU/r+Vt/9BYBQbZMalnSQRE
U17VhISbfj4MgNIfZU+7+ALfE0+Muno4WDk+IJXArAk7wckF6NO7M4EKHlLzrHI0
+PccNBKN/rAevYZrZOmGCw4jKu5JJDtt6SgQJIp/XGEZlv+KD2cWPBC4nj7nJHAz
ezt9SfnL8jQlClTwQyPHjwDPlL/WHQrBpxpFF83FnN8B02DWwXQE2oTC7RtijQVT
NKto/vSODK0RfaulLHNx6RvJF0YFWSSofTm0G5TLwWCCrVekK0N5zAYPeG9LgjlG
4xILPSE+Y6hYIVN2gXNZOVB8T5O+Jf1KQlmMnZ9A5o1gcUJq0rCBa6i2D2rveQGE
eLm3BgyMp5v0JsyuzDBuxVWSgJFt+KHz/mhdgdG8End3QBF2BBaHpLP0+5BqIZHX
NYCDBwWK/k40oxT8KLdFfkBU48Yndq7ARFdq3YzPU6FdSpgwZM5p8HYkl1THcskI
Ri7zVHxpm0tPZqqqgzr6HBvSiQhACT4dOXV5V8bEoL5tlyuZllq2MBayl9yd0+bq
6hVZXUYewtPyE2Wj2PDr2F7fGtYhKcrnQxH63w3OhIzgkxUTQ63h710QDJjOtYCm
/PCAsNBePrnjrHHxMxkMVCtTYSeBePk0vkUtFOE5hIc=
-----END RSA PRIVATE KEY-----
, serviceProviderKeyPassword=password, serviceProviderCertificate=-----BEGIN CERTIFICATE-----
MIIC6TCCAlICCQDN85uMN+4K5jANBgkqhkiG9w0BAQsFADCBuDELMAkGA1UEBhMC
VVMxCzAJBgNVBAgMAkNBMRYwFAYDVQQHDA1TYW4gRnJhbmNpc2NvMR0wGwYDVQQK
DBRQaXZvdGFsIFNvZnR3YXJlIEluYzEeMBwGA1UECwwVQ2xvdWRmb3VuZHJ5IElk
ZW50aXR5MRswGQYDVQQDDBJ1YWEucnVuLnBpdm90YWwuaW8xKDAmBgkqhkiG9w0B
CQEWGXZjYXAtZGV2QGNsb3VkZm91bmRyeS5vcmcwHhcNMTUwMzAyMTQyMDQ4WhcN
MjUwMjI3MTQyMDQ4WjCBuDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRYwFAYD
VQQHDA1TYW4gRnJhbmNpc2NvMR0wGwYDVQQKDBRQaXZvdGFsIFNvZnR3YXJlIElu
YzEeMBwGA1UECwwVQ2xvdWRmb3VuZHJ5IElkZW50aXR5MRswGQYDVQQDDBJ1YWEu
cnVuLnBpdm90YWwuaW8xKDAmBgkqhkiG9w0BCQEWGXZjYXAtZGV2QGNsb3VkZm91
bmRyeS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN0u5J4BJUDgRv6I
h5/r7rZjSrFVLL7bl71CzBIaVk1BQPYfBC8gggGAWmYYxJV0Kz+2Vx0Z96OnXhJk
gG46Zo2KMDudEeSdXou+dSBNISDv4VpLKUGnVU4n/L0khbI+jX51aS80ub8vThca
bkdY5x4Ir8G3QCQvCGKgU2emfFe7AgMBAAEwDQYJKoZIhvcNAQELBQADgYEAXghg
PwMhO0+dASJ83e2Bu63pKO808BrVjD51sSEMb0qwFc5IV6RzK/mkJgO0fphhoqOm
ZLzGcSYwCmj0Vc0GO5NgnFVZg4N9CyYCpDMeQynumlrNhRgnZRzlqXtQgL2bQDiu
coxNL/KY05iVlE1bmq/fzNEmEi2zf3dQV8CNSYs=
-----END CERTIFICATE----
, entityBaseURL=http://localhost:8080/uaa, entityID=cloudfoundry-saml-login, saml={nameID=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, assertionConsumerIndex=0, signMetaData=true, signRequest=true, socket={connectionManagerTimeout=10000, soTimeout=10000}}, authorize={url=http://localhost:8080/uaa/oauth/authorize}}, uaa={url=http://localhost:8080/uaa, token={url=http://localhost:8080/uaa/oauth/token}, approvals={url=http://localhost:8080/uaa/approvals}, login={url=http://localhost:8080/uaa/authenticate}}, LOGIN_SECRET=loginsecret}
[2015-11-23 12:53:40.679] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Loaded 1 document from YAML resource: class path resource [login.yml]
[2015-11-23 12:53:40.686] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Merging document (no matchers set){oauth={user={authorities=[openid, scim.me, cloud_controller.read, cloud_controller.write, cloud_controller_service_permissions.read, password.write, scim.userids, uaa.user, approvals.me, oauth.approvals, profile, roles, user_attributes]}}}
[2015-11-23 12:53:40.687] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Loaded 1 document from YAML resource: class path resource [uaa.yml]
[2015-11-23 12:53:40.693] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Merging document (no matchers set){spring_profiles=postgresql, database={driverClassName=org.postgresql.Driver, url=jdbc:postgresql://${DB_PORT_5432_TCP_ADDR}:${DB_PORT_5432_TCP_PORT}/${DB_ENV_DB:postgres}, username=${DB_ENV_USER:postgres}, password=#}, oauth={client={override=true, autoapprove=[cloudbreak_shell, periscope-client]}, clients={sultans={id=sultans, secret=#, authorized-grant-types=client_credentials, scope=scim.read,scim.write,password.write, authorities=uaa.resource,scim.write,scim.read,password.write}, uluwatu={id=uluwatu, secret=#, authorized-grant-types=authorization_code,client_credentials, scope=cloudbreak.templates,cloudbreak.blueprints,cloudbreak.credentials,cloudbreak.stacks,openid,password.write,cloudbreak.events,cloudbreak.usages.global,cloudbreak.usages.account,cloudbreak.usages.user,periscope.cluster,cloudbreak.recipes, authorities=cloudbreak.subscribe, redirect-uri=http://localhost:3000/authorize}, cloudbreak={id=cloudbreak, secret=#, authorized-grant-types=client_credentials, scope=scim.read,scim.write,password.write, authorities=uaa.resource,scim.read,scim.write,password.write}, cloudbreak_shell={id=cloudbreak_shell, authorized-grant-types=implicit, scope=cloudbreak.templates,cloudbreak.blueprints,cloudbreak.credentials,cloudbreak.stacks,openid,password.write,cloudbreak.recipes, authorities=uaa.none, redirect-uri=http://cloudbreak.shell}, periscope-client={id=periscope-client, authorized-grant-types=implicit, scope=cloudbreak.stacks,openid,periscope.cluster, authorities=uaa.none, redirect-uri=http://periscope.client}, periscope={id=periscope, secret=#, authorized-grant-types=client_credentials, scope=none, authorities=cloudbreak.autoscale,uaa.resource,scim.read}}}, scim={username_pattern=[a-z0-9+\-_.@]+, users=[admin@sequenceiq.com|seqadmin|admin@sequenceiq.com|Default|User|openid,cloudbreak.templates,cloudbreak.blueprints,cloudbreak.credentials,cloudbreak.stacks,sequenceiq.cloudbreak.admin,sequenceiq.cloudbreak.user,sequenceiq.account.abcd1234.SequenceIQ,periscope.cluster,cloudbreak.events,cloudbreak.usages.global,cloudbreak.usages.account,cloudbreak.usages.user,cloudbreak.recipes]}}
[2015-11-23 12:53:40.694] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Loaded 1 document from YAML resource: URL [file:/uaa/uaa.yml]
[2015-11-23 12:53:40.735] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlWebApplicationContext: Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Mon Nov 23 12:53:40 UTC 2015]; root of context hierarchy
[2015-11-23 12:53:40.772] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml]
[2015-11-23 12:53:41.187] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [spring/data-source.xml]
[2015-11-23 12:53:41.235] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [spring/env.xml]
[2015-11-23 12:53:41.279] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/audit.xml]
[2015-11-23 12:53:41.297] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SpringSecurityCoreVersion: You are running with Spring Security Core 4.0.1.RELEASE
[2015-11-23 12:53:41.302] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SecurityNamespaceHandler: Spring Security 'config' module version is 4.0.1.RELEASE
[2015-11-23 12:53:41.350] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/oauth-clients.xml]
[2015-11-23 12:53:41.369] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/login-server-security.xml]
[2015-11-23 12:53:41.547] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/oauth-endpoints.xml]
[2015-11-23 12:53:41.632] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/scim-endpoints.xml]
[2015-11-23 12:53:41.694] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/multitenant-endpoints.xml]
[2015-11-23 12:53:41.730] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/approvals-endpoints.xml]
[2015-11-23 12:53:41.766] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- GlobalMethodSecurityBeanDefinitionParser: Expressions were enabled for method security but no SecurityExpressionHandler was configured. All hasPermision() expressions will evaluate to false.
[2015-11-23 12:53:41.773] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/client-admin-endpoints.xml]
[2015-11-23 12:53:41.807] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/resource-endpoints.xml]
[2015-11-23 12:53:41.834] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/openid-endpoints.xml]
[2015-11-23 12:53:41.860] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/password-endpoints.xml]
[2015-11-23 12:53:41.869] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/codestore-endpoints.xml]
[2015-11-23 12:53:41.887] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [login-ui.xml]
[2015-11-23 12:53:41.993] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/saml-providers.xml]
[2015-11-23 12:53:43.799] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#251474d2' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.895] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.902] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#329c8911' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.906] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#1' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.911] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#687428a0' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.913] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#2' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.915] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#60cb1684' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.917] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#3' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.919] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#3bc8dade' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.920] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#4' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.922] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#15c296c6' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.924] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#5' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.926] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#d7f3e3d' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.927] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#6' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.929] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#7f51ce56' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.931] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#7' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.933] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2caf30ae' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.934] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#8' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.936] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#11332ad3' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.937] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#9' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.939] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#3e80ac2d' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.940] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#10' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.943] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#22e37653' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.948] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#11' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.950] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#74fc98d' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.952] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#12' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.956] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#4d87c438' of type [class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.958] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#13' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.960] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#63179da6' of type [class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.961] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#14' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.965] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#6f9d028a' of type [class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.967] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#15' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.969] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#d229d24' of type [class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.970] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#16' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.972] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#4e0ccf5d' of type [class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.973] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#17' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.975] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#23ab50e2' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.976] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#18' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.978] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#772efc7a' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.979] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#19' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.984] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#28f5da8b' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.986] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#20' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.991] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#6930c0e8' of type [class org.springframework.aop.aspectj.AspectJAroundAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.993] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#21' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.996] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2d596a46' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:43.997] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#22' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.000] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#425b38c7' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.001] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#23' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.015] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.017] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#59c78a13' of type [class org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.021] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#5973381f' of type [class org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.025] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.028] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.methodSecurityMetadataSourceAdvisor' of type [class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.030] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#7547279' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.032] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#24' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.034] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2aed25fb' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.035] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#25' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.037] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2caf9a88' of type [class org.springframework.aop.aspectj.AspectJAroundAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.039] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#26' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.041] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#42504944' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.043] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#27' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.045] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#71009432' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.047] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#28' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.048] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#4b8590c3' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.050] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#29' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.052] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#73aa9d83' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.053] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#30' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.055] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#19eb8b2d' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.056] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#31' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.058] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#36d5a9f2' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.059] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#32' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.061] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#48ad7b16' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.062] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#33' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.071] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.099] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.112] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$ReasonPhrase#863ab8e' of type [class org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$ReasonPhrase] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.172] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- CorsFilter: URI '^$' allows 'X-Requested-With' header in CORS requests.
[2015-11-23 12:53:44.173] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- CorsFilter: Origin '^$' allowed 'X-Requested-With' header in CORS requests.
[2015-11-23 12:53:44.173] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'corsFilter' of type [class org.cloudfoundry.identity.uaa.web.CorsFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.228] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'validationQuery' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.427] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'dataSource' of type [class org.apache.tomcat.jdbc.pool.DataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.522] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'dataSourceAccessor' of type [class org.cloudfoundry.identity.uaa.db.DataSourceAccessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.548] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'platform' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.554] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'scripts' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.561] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'scriptsversion' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.568] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.flywaydb.core.api.MigrationVersion#209c872b' of type [class org.flywaydb.core.api.MigrationVersion] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.573] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.flywaydb.core.api.MigrationVersion#1d46c2f' of type [class org.flywaydb.core.api.MigrationVersion] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.575] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... WARN --- Flyway: Flyway.setInitOnMigrate() is deprecated. Use setBaselineOnMigrate() instead. Will be removed in Flyway 4.0.
[2015-11-23 12:53:44.575] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... WARN --- Flyway: Flyway.setInitVersion() is deprecated. Use setBaselineVersion() instead. Will be removed in Flyway 4.0.
[2015-11-23 12:53:44.579] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- VersionPrinter: Flyway 3.2.1 by Boxfuse
[2015-11-23 12:53:44.740] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DbSupportFactory: Database: jdbc:postgresql://uaa-postgres-40221-s2.marathon.slave.mesos.:2811/postgres (PostgreSQL 9.5)
[2015-11-23 12:53:44.848] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DbMigrate: Current version of schema "public": 2.7.3
[2015-11-23 12:53:44.850] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DbMigrate: Schema "public" is up to date. No migration necessary.
[2015-11-23 12:53:44.852] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'flyway' of type [class org.flywaydb.core.Flyway] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.891] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'jdbcTemplate' of type [class org.springframework.jdbc.core.JdbcTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:44.962] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'identityZoneProvisioning' of type [class org.cloudfoundry.identity.uaa.zone.JdbcIdentityZoneProvisioning] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.020] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'uaaUrl' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.035] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'loginUrl' of type [class java.lang.String] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.046] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'config' of type [class org.cloudfoundry.identity.uaa.config.EnvironmentMapFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.057] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'config' of type [class java.util.LinkedHashMap] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.080] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'identityZoneResolvingFilter' of type [class org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.092] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'disableIdTokenResponseFilter' of type [class org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.111] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'oauth2TokenParseFilter' of type [class java.lang.Class] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.168] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.cloudfoundry.identity.uaa.UaaConfiguration.UaaConfigConstructor#472c4929' of type [class org.cloudfoundry.identity.uaa.UaaConfiguration$UaaConfigConstructor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.198] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'identityZoneSwitchingFilter' of type [class org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.210] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'identityProviderProvisioning' of type [class org.cloudfoundry.identity.uaa.zone.JdbcIdentityProviderProvisioning] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.230] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'userManagementSecurityFilter' of type [class org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.240] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'userManagementFilter' of type [class org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.249] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'xFrameOptionsFilter' of type [class org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.257] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.web.DefaultRedirectStrategy#10f1c62b' of type [class org.springframework.security.web.DefaultRedirectStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.275] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'defaultUserAuthorities' of type [class org.springframework.beans.factory.config.SetFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.282] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'defaultUserAuthorities' of type [class java.util.LinkedHashSet] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.303] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'userDatabase' of type [class org.cloudfoundry.identity.uaa.user.JdbcUaaUserDatabase] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.310] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'sessionResetFilter' of type [class org.cloudfoundry.identity.uaa.authentication.SessionResetFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-11-23 12:53:45.413] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- Version: HV000001: Hibernate Validator 4.3.1.Final
[2015-11-23 12:53:45.747] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/resources/**'], []
[2015-11-23 12:53:45.756] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/favicon.ico'], []
[2015-11-23 12:53:45.758] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/info'], []
[2015-11-23 12:53:45.761] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/password/**'], []
[2015-11-23 12:53:45.763] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/healthz/**'], []
[2015-11-23 12:53:45.766] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/web/**'], []
[2015-11-23 12:53:45.768] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/vendor/**'], []
[2015-11-23 12:53:45.771] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/error'], []
[2015-11-23 12:53:45.773] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/email_sent'], []
[2015-11-23 12:53:45.776] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/create_account*'], []
[2015-11-23 12:53:45.779] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/accounts/email_sent'], []
[2015-11-23 12:53:45.781] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invalid_request'], []
[2015-11-23 12:53:46.553] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthenticateRequestMatcher) ['/authenticate', [application/json]], [org.springframework.security.web.context.SecurityContextPersistenceFilter@31536738, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4486f501, org.springframework.security.web.header.HeaderWriterFilter@5d7723c1, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@20b01194, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@536dd67e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@37e09ef9, org.springframework.security.web.session.SessionManagementFilter@3b767735, org.springframework.security.web.access.ExceptionTranslationFilter@1b6aed7e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2689064b]
[2015-11-23 12:53:46.556] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/authenticate/**'], []
[2015-11-23 12:53:46.620] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthorizeRequestMatcher) ['/oauth/authorize', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@2457a2d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@411d1479, org.springframework.security.web.header.HeaderWriterFilter@66a5df5, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@20b01194, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@6e4d8730, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@47701cc6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e67768d, org.springframework.security.web.session.SessionManagementFilter@3ab61b41, org.springframework.security.web.access.ExceptionTranslationFilter@38407f20, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7f11c2c2]
[2015-11-23 12:53:47.159] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginTokenRequestMatcher) ['/oauth/token', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@11f0283d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@f43d8a9, org.springframework.security.web.header.HeaderWriterFilter@727a5168, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@20b01194, org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter@6621858d, org.cloudfoundry.identity.uaa.authentication.LoginServerTokenEndpointFilter@7680e8b4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6717e05d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@47c61cc6, org.springframework.security.web.session.SessionManagementFilter@2d21e45e, org.springframework.security.web.access.ExceptionTranslationFilter@5c156c06, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4586ad1]
[2015-11-23 12:53:47.196] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthorizeRequestMatcherOld) ['/oauth/authorize', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7d65e3d8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@70e97eb8, org.springframework.security.web.header.HeaderWriterFilter@65a2a706, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@6e4d8730, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21a72cc2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@730e700d, org.springframework.security.web.session.SessionManagementFilter@4829cc6a, org.springframework.security.web.access.ExceptionTranslationFilter@3843d8fe, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@209a2208]
[2015-11-23 12:53:47.250] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/password_*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@15809db0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@70bfbb03, org.springframework.security.web.header.HeaderWriterFilter@1b96fd9d, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1affca4f, org.springframework.security.web.access.ExceptionTranslationFilter@b03a9bd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6696c7d]
[2015-11-23 12:53:47.279] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/email_*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2cc15fce, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d48056c, org.springframework.security.web.header.HeaderWriterFilter@489a113e, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@af0cd55, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@269f4de6, org.springframework.security.web.access.ExceptionTranslationFilter@8659d4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@de85fcd]
[2015-11-23 12:53:47.571] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(passcodeTokenMatcher) ['/oauth/token', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@67752bc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69c7a8b5, org.springframework.security.web.header.HeaderWriterFilter@705acbd3, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.cloudfoundry.identity.uaa.login.PasscodeAuthenticationFilter@1df68a29, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@49a00b22, org.springframework.security.web.access.ExceptionTranslationFilter@6f024596, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@8bd5eba]
[2015-11-23 12:53:47.633] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/token/**'], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@61dfb5b3, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57889980, org.springframework.security.web.header.HeaderWriterFilter@18ff120c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.cloudfoundry.identity.uaa.authentication.BackwardsCompatibleTokenEndpointAuthenticationFilter@622d245c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7e436787, org.springframework.security.web.access.ExceptionTranslationFilter@6d94a556, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@d1bb59a]
[2015-11-23 12:53:47.667] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeRequestMatcher) ['/oauth/authorize', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@12bdf169, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@f8e69f4, org.springframework.security.web.header.HeaderWriterFilter@4d47fc2b, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@236c7e52, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e27f5ef, org.springframework.security.web.access.ExceptionTranslationFilter@229af616, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@504ef0ca]
[2015-11-23 12:53:47.737] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeApiRequestMatcher) ['/oauth/authorize'], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@20dcd461, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b14f7cb, org.springframework.security.web.header.HeaderWriterFilter@3465a60e, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ca8fdb5, org.springframework.security.web.access.ExceptionTranslationFilter@60bef344, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79726c8b]
[2015-11-23 12:53:47.762] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeRequestMatcherOld) ['/oauth/authorize', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@5727fd1d, org.springframework.security.web.context.SecurityContextPersistenceFilter@44155786, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@10566442, org.springframework.security.web.header.HeaderWriterFilter@6885116a, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@236c7e52, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c6fd1d2, org.springframework.security.web.access.ExceptionTranslationFilter@32a804be, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@117f12dd]
[2015-11-23 12:53:47.822] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/groups/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2056a421, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@79400933, org.springframework.security.web.header.HeaderWriterFilter@318a308c, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e32b9f4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b5077bf, org.springframework.security.web.access.ExceptionTranslationFilter@42a0f877, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@224eaeff]
[2015-11-23 12:53:47.857] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/user*/*/password'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@7c4e2b8e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@521d3ffa, org.springframework.security.web.header.HeaderWriterFilter@d8c0709, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@5ffb5dc3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@52e41fe9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69bd18a0, org.springframework.security.web.access.ExceptionTranslationFilter@464fed1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1f4bedb]
[2015-11-23 12:53:47.899] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/users/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@6b9096c9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5ee35dde, org.springframework.security.web.header.HeaderWriterFilter@1133e2b0, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5b172ff5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@345edc80, org.springframework.security.web.access.ExceptionTranslationFilter@70177a78, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ebf30a8]
[2015-11-23 12:53:47.931] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/ids/users*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1463b3d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@54a541dd, org.springframework.security.web.header.HeaderWriterFilter@7aa90b7d, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@b08c8b9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3b279536, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@45729026, org.springframework.security.web.access.ExceptionTranslationFilter@77b29916, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3a32ca59]
[2015-11-23 12:53:48.012] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/identity-zones/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@759ac2e8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6933c873, org.springframework.security.web.header.HeaderWriterFilter@6b792829, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1963a332, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3a4daf74, org.springframework.security.web.access.ExceptionTranslationFilter@4dca981e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6f50c9ee]
[2015-11-23 12:53:48.058] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/identity-providers/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@60229545, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a95cfaa, org.springframework.security.web.header.HeaderWriterFilter@3a3c35c9, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30aa256d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@44560680, org.springframework.security.web.access.ExceptionTranslationFilter@502a693f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@b638c8e]
[2015-11-23 12:53:48.095] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/approvals/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@46942957, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1c4df312, org.springframework.security.web.header.HeaderWriterFilter@50a644f4, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@7fac53ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@189503cc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bb3b6af, org.springframework.security.web.access.ExceptionTranslationFilter@950cec9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14fe47b7]
[2015-11-23 12:53:48.131] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/*/secret'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@75a29081, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@527b5ef7, org.springframework.security.web.header.HeaderWriterFilter@758aa05f, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@26e34d2b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@47a4f7ee, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f20950b, org.springframework.security.web.access.ExceptionTranslationFilter@6f884ce8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@533ede27]
[2015-11-23 12:53:48.163] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/tx/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1b8690fe, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@23087fe0, org.springframework.security.web.header.HeaderWriterFilter@27c79a33, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@26e34d2b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@57d607d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@78786cb1, org.springframework.security.web.access.ExceptionTranslationFilter@186ffb21, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@362ec1d]
[2015-11-23 12:53:48.196] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@48299b6a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5dc6c393, org.springframework.security.web.header.HeaderWriterFilter@6e650575, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@26e34d2b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6abb6300, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e4d47f6, org.springframework.security.web.access.ExceptionTranslationFilter@57cdbf7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@43743880]
[2015-11-23 12:53:48.220] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/check_token'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@212ba5bc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@15240054, org.springframework.security.web.header.HeaderWriterFilter@757100f1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@55deea71, org.springframework.security.web.access.ExceptionTranslationFilter@2924b333, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1c3730e3]
[2015-11-23 12:53:48.244] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/token_key**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@40aa625e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5afa7727, org.springframework.security.web.header.HeaderWriterFilter@7706c0de, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@32b14913, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@211a7589, org.springframework.security.web.access.ExceptionTranslationFilter@28d06dc2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69915836]
[2015-11-23 12:53:48.267] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/clientinfo'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@6189597, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ab4638a, org.springframework.security.web.header.HeaderWriterFilter@58c12a3f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2baeeeca, org.springframework.security.web.access.ExceptionTranslationFilter@69586205, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6079e497]
[2015-11-23 12:53:48.300] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/userinfo'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@3627c48d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@291175a5, org.springframework.security.web.header.HeaderWriterFilter@dda87ff, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@70feebaf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@78f54a91, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5aeba477, org.springframework.security.web.access.ExceptionTranslationFilter@35725aa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@47305fc]
[2015-11-23 12:53:48.322] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/codes/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@206647bb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@205f3ffa, org.springframework.security.web.header.HeaderWriterFilter@541d1f35, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1e22fb6d, org.springframework.security.web.access.ExceptionTranslationFilter@ceb3c8d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@55126205]
[2015-11-23 12:53:48.389] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(autologinAuthorizeRequestMatcher) ['/oauth/authorize'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@be1a67a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@325d270d, org.springframework.security.web.header.HeaderWriterFilter@55051ed2, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@7f5c9ec3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@79883524, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22361057, org.springframework.security.web.session.SessionManagementFilter@5f38794d, org.springframework.security.web.access.ExceptionTranslationFilter@44095eef, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7c10725f]
[2015-11-23 12:53:48.413] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/autologin'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@3ce9ba1d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c69a0aa, org.springframework.security.web.header.HeaderWriterFilter@6fac5fb3, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2128de02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5557c9d6, org.springframework.security.web.access.ExceptionTranslationFilter@249fa833, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@35e220fa]
[2015-11-23 12:53:48.462] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/change_email**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@73c7ad8a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3959a3c4, org.springframework.security.web.header.HeaderWriterFilter@1cc0908, org.springframework.security.web.csrf.CsrfFilter@65e32bf1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b86713a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5fb5a00d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3ed076ba, org.springframework.security.web.session.SessionManagementFilter@42106e32, org.springframework.security.web.access.ExceptionTranslationFilter@5a87c8eb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2840ae7e]
[2015-11-23 12:53:48.509] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invitations/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2d50fe18, org.springframework.security.web.context.SecurityContextPersistenceFilter@9a4ecf9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@711c8a96, org.springframework.security.web.header.HeaderWriterFilter@4e1fcd00, org.springframework.security.web.csrf.CsrfFilter@64155ae5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4a78a1ba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5fa5da59, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f627b60, org.springframework.security.web.session.SessionManagementFilter@21eec61b, org.springframework.security.web.access.ExceptionTranslationFilter@2e14c6ed, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5f92b664]
[2015-11-23 12:53:48.541] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invite_users/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@57c0387c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@65818dd5, org.springframework.security.web.header.HeaderWriterFilter@4a679787, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@1a114d4a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@414ec384, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@179b1009, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7e9dc80a, org.springframework.security.web.session.SessionManagementFilter@8b0b3f1, org.springframework.security.web.access.ExceptionTranslationFilter@3fd51380, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7081472b]
[2015-11-23 12:53:48.576] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/reset_password**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@5af22e49, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7abb2242, org.springframework.security.web.header.HeaderWriterFilter@3ebe3834, org.springframework.security.web.csrf.CsrfFilter@66f226ec, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2db9cc1d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e3342da, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4103b4b0, org.springframework.security.web.session.SessionManagementFilter@36312f3a, org.springframework.security.web.access.ExceptionTranslationFilter@558bd4c5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@41ba693c]
[2015-11-23 12:53:48.606] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/forgot_password**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@f94d792, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ae4d627, org.springframework.security.web.header.HeaderWriterFilter@656df079, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@74dad0ef, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ddba1a1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@518201d3, org.springframework.security.web.session.SessionManagementFilter@5be6cda2, org.springframework.security.web.access.ExceptionTranslationFilter@79993399, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@794f43a2]
[2015-11-23 12:53:48.639] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/change_password**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@5088ffb6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@37eccb4c, org.springframework.security.web.header.HeaderWriterFilter@39e87d3a, org.springframework.security.web.csrf.CsrfFilter@51473341, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46250390, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@17c216b3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6db9b8dc, org.springframework.security.web.session.SessionManagementFilter@50c5311, org.springframework.security.web.access.ExceptionTranslationFilter@6b5be9a3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6c2b1df5]
[2015-11-23 12:53:48.759] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/'], Ant [pattern='/oauth/**'], Ant [pattern='/login**'], Ant [pattern='/logout.do**']]], [org.springframework.security.web.context.SecurityContextPersistenceFilter@15c0b6b6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@758af626, org.springframework.security.web.header.HeaderWriterFilter@5d5502cf, org.springframework.security.web.csrf.CsrfFilter@96542a9, org.springframework.security.web.authentication.logout.LogoutFilter@19002035, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b99cef5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e2ff033, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6dfc9355, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@75651757, org.springframework.security.web.session.SessionManagementFilter@7e8168, org.springframework.security.web.access.ExceptionTranslationFilter@3161473c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@388e0c7e]
[2015-11-23 12:53:48.790] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_email'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@7d2a2e20, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ef52a65, org.springframework.security.web.header.HeaderWriterFilter@354a3995, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@45a585b1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69d2f80b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e735156, org.springframework.security.web.session.SessionManagementFilter@a114b9c, org.springframework.security.web.access.ExceptionTranslationFilter@63f0df62, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d1c71b7]
[2015-11-23 12:53:48.822] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_user'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@36edd9a6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1076a3f9, org.springframework.security.web.header.HeaderWriterFilter@7712e9a8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@e2770a8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56dfb823, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7313a06a, org.springframework.security.web.session.SessionManagementFilter@13ac5809, org.springframework.security.web.access.ExceptionTranslationFilter@263bd8e4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@d0e72a0]
[2015-11-23 12:53:48.844] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invitations/accept'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@3f00407, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@68fe5bf7, org.springframework.security.web.header.HeaderWriterFilter@59b7ff57, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@724c2e69, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@719fdc1b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6b24003c, org.springframework.security.web.session.SessionManagementFilter@d0f0748, org.springframework.security.web.access.ExceptionTranslationFilter@1ea35fe6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@11d3372d]
[2015-11-23 12:53:49.159] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- Audit: IdentityProviderModifiedEvent ('{"id":"0ce58651-7746-4fe5-a8e4-ce5fd6d9fd9f","originKey":"ldap","name":"ldap","type":"ldap","config":null,"version":11,"created":946684800000,"active":false,"identityZoneId":"uaa","last_modified":1448283229063}'): principal=IdentityProvider{id='0ce58651-7746-4fe5-a8e4-ce5fd6d9fd9f', originKey='ldap', name='ldap', type='ldap', active=false}, origin=[caller=null], identityZoneId=[uaa]
[2015-11-23 12:53:49.166] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- Audit: IdentityProviderModifiedEvent ('{"id":"6b7142a7-1160-48d1-a9ca-8e8c5414a39e","originKey":"keystone","name":"keystone","type":"keystone","config":null,"version":11,"created":946684800000,"active":false,"identityZoneId":"uaa","last_modified":1448283229162}'): principal=IdentityProvider{id='6b7142a7-1160-48d1-a9ca-8e8c5414a39e', originKey='keystone', name='keystone', type='keystone', active=false}, origin=[caller=null], identityZoneId=[uaa]
[2015-11-23 12:53:49.181] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- Audit: IdentityProviderModifiedEvent ('{"id":"43d98296-3e63-4609-b6f2-bffaa67de838","originKey":"uaa","name":"uaa","type":"uaa","config":"{\"emailDomain\":null,\"passwordPolicy\":{\"minLength\":0,\"maxLength\":255,\"requireUpperCaseCharacter\":0,\"requireLowerCaseCharacter\":0,\"requireDigit\":0,\"requireSpecialCharacter\":0,\"expirePasswordInMonths\":0},\"lockoutPolicy\":{\"lockoutPeriodSeconds\":300,\"lockoutAfterFailures\":5,\"countFailuresWithin\":3600},\"disableInternalUserManagement\":false}","version":11,"created":946684800000,"active":true,"identityZoneId":"uaa","last_modified":1448283229177}'): principal=IdentityProvider{id='43d98296-3e63-4609-b6f2-bffaa67de838', originKey='uaa', name='uaa', type='uaa', active=true}, origin=[caller=null], identityZoneId=[uaa]
[2015-11-23 12:53:49.403] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SamlLoginServerKeyManager: Loaded service provider certificate service-provider-cert
[2015-11-23 12:53:49.432] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ZoneAwareMetadataManager: Running SAML IDP refresh[localhost-startStop-1-1680887956] - ignoreTimestamp=true
[2015-11-23 12:53:50.011] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... WARN --- RealmVerifier: RP discovery / realm validation disabled;
[2015-11-23 12:53:50.051] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/login/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlEntryPoint@6d29ad90]
[2015-11-23 12:53:50.063] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/logout/**'], [org.springframework.security.saml.SAMLLogoutFilter@3ce259f2]
[2015-11-23 12:53:50.064] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/metadata/**'], [org.springframework.security.saml.metadata.MetadataDisplayFilter@66fe95bc]
[2015-11-23 12:53:50.067] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/sso/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@62d4c7ed, org.springframework.security.saml.SAMLProcessingFilter@e3d591e]
[2015-11-23 12:53:50.069] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/singlelogout/**'], [org.springframework.security.saml.SAMLLogoutProcessingFilter@1a5a1c32]
[2015-11-23 12:53:50.070] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/discovery/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlDiscovery@704f25bf]
[2015-11-23 12:53:50.102] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.saml.metadata.MetadataGeneratorFilter@6f274f61, org.cloudfoundry.identity.web.HttpsHeaderFilter@22bb2394, org.springframework.security.web.context.SecurityContextPersistenceFilter@3c30665d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@34906fd4, org.springframework.security.web.header.HeaderWriterFilter@61996260, org.springframework.security.web.authentication.logout.LogoutFilter@1ac55a44, org.springframework.security.openid.OpenIDAuthenticationFilter@25f8d5cf, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/login/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@6b138a75, org.cloudfoundry.identity.uaa.login.saml.LoginSamlEntryPoint@6d29ad90, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]], [ Ant [pattern='/saml/logout/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@3b5370bd, org.springframework.security.saml.SAMLLogoutFilter@3ce259f2, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]], [ Ant [pattern='/saml/metadata/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@494f9eac, org.springframework.security.saml.metadata.MetadataDisplayFilter@66fe95bc, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]], [ Ant [pattern='/saml/sso/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@7747b306, org.springframework.security.web.context.SecurityContextPersistenceFilter@62d4c7ed, org.springframework.security.saml.SAMLProcessingFilter@e3d591e, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]], [ Ant [pattern='/saml/singlelogout/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@58fbea1e, org.springframework.security.saml.SAMLLogoutProcessingFilter@1a5a1c32, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]], [ Ant [pattern='/saml/discovery/**'], [org.cloudfoundry.identity.uaa.web.CorsFilter@1221f06b, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@38811a2d, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@8a67003, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@780dbf24, org.cloudfoundry.identity.uaa.login.saml.LoginSamlDiscovery@704f25bf, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@76ac9dd4, org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter@46cca15e, org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter@7dd1f7ec, org.cloudfoundry.identity.uaa.login.XFrameOptionsFilter@ae68a01, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@1836e4b4]]]], org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d02e477, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@797b152, org.springframework.security.web.session.SessionManagementFilter@3b00a4, org.springframework.security.web.access.ExceptionTranslationFilter@155a6b18, org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter@4f210498, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7586210f]
[2015-11-23 12:53:50.112] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... WARN --- DefaultFilterChainValidator: Possible error: Filters at position 4 and 5 are both instances of org.springframework.security.web.context.SecurityContextPersistenceFilter
[2015-11-23 12:53:50.112] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-11-23 12:53:50.122] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.123] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeApiRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, client_id=} and headers {Authorization=[bearer ]}
[2015-11-23 12:53:50.124] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.124] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-11-23 12:53:50.126] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-11-23 12:53:50.126] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.127] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeApiRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, client_id=} and headers {Authorization=[bearer ]}
[2015-11-23 12:53:50.128] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-11-23 12:53:50.128] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-11-23 12:53:50.211] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
[2015-11-23 12:53:50.251] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SQLErrorCodesFactory: SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana]
[2015-11-23 12:53:50.254] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for cloudbreak_shell
[2015-11-23 12:53:50.367] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for uluwatu
[2015-11-23 12:53:50.559] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for periscope
[2015-11-23 12:53:50.753] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for sultans
[2015-11-23 12:53:50.943] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for cloudbreak
[2015-11-23 12:53:51.042] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Overriding client details for periscope-client
[2015-11-23 12:53:51.046] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Adding autoapprove flag: BaseClientDetails [clientId=cloudbreak_shell, clientSecret=null, scope=[cloudbreak.blueprints, cloudbreak.credentials, cloudbreak.recipes, cloudbreak.stacks, cloudbreak.templates, openid, password.write], resourceIds=[none], authorizedGrantTypes=[implicit], registeredRedirectUris=[http://cloudbreak.shell], authorities=[uaa.none], accessTokenValiditySeconds=null, refreshTokenValiditySeconds=null, additionalInformation={autoapprove=true, lastModified=2015-11-23 12:53:50.255}]
[2015-11-23 12:53:51.049] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ClientAdminBootstrap: Adding autoapprove flag: BaseClientDetails [clientId=periscope-client, clientSecret=null, scope=[cloudbreak.stacks, openid, periscope.cluster], resourceIds=[none], authorizedGrantTypes=[implicit], registeredRedirectUris=[http://periscope.client], authorities=[uaa.none], accessTokenValiditySeconds=null, refreshTokenValiditySeconds=null, additionalInformation={autoapprove=true, lastModified=2015-11-23 12:53:51.042}]
[2015-11-23 12:53:51.280] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/confirm_access],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
[2015-11-23 12:53:51.282] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map<java.lang.String, java.lang.String>,java.util.Map<java.lang.String, ?>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
[2015-11-23 12:53:51.282] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/authorize],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
[2015-11-23 12:53:51.283] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException
[2015-11-23 12:53:51.283] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException
[2015-11-23 12:53:51.451] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__6ikt4x_0) AND LOWER(identity_zone_id) = LOWER(:__6ikt4x_1)), params: {__6ikt4x_1=uaa, __6ikt4x_0=%openid%}
[2015-11-23 12:53:51.451] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__6ikt4x_0) AND LOWER(identity_zone_id) = LOWER(:__6ikt4x_1)), params: {__6ikt4x_1=uaa, __6ikt4x_0=%openid%}
[2015-11-23 12:53:51.461] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__gixung_0) AND LOWER(identity_zone_id) = LOWER(:__gixung_1)), params: {__gixung_1=uaa, __gixung_0=%scim.me%}
[2015-11-23 12:53:51.461] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__gixung_0) AND LOWER(identity_zone_id) = LOWER(:__gixung_1)), params: {__gixung_1=uaa, __gixung_0=%scim.me%}
[2015-11-23 12:53:51.465] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__nhd8bf_0) AND LOWER(identity_zone_id) = LOWER(:__nhd8bf_1)), params: {__nhd8bf_1=uaa, __nhd8bf_0=%cloud_controller.read%}
[2015-11-23 12:53:51.466] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__nhd8bf_0) AND LOWER(identity_zone_id) = LOWER(:__nhd8bf_1)), params: {__nhd8bf_1=uaa, __nhd8bf_0=%cloud_controller.read%}
[2015-11-23 12:53:51.469] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__nsl62i_0) AND LOWER(identity_zone_id) = LOWER(:__nsl62i_1)), params: {__nsl62i_0=%cloud_controller.write%, __nsl62i_1=uaa}
[2015-11-23 12:53:51.471] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__nsl62i_0) AND LOWER(identity_zone_id) = LOWER(:__nsl62i_1)), params: {__nsl62i_0=%cloud_controller.write%, __nsl62i_1=uaa}
[2015-11-23 12:53:51.475] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__vltcxf_0) AND LOWER(identity_zone_id) = LOWER(:__vltcxf_1)), params: {__vltcxf_1=uaa, __vltcxf_0=%cloud_controller_service_permissions.read%}
[2015-11-23 12:53:51.476] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__vltcxf_0) AND LOWER(identity_zone_id) = LOWER(:__vltcxf_1)), params: {__vltcxf_1=uaa, __vltcxf_0=%cloud_controller_service_permissions.read%}
[2015-11-23 12:53:51.479] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__4nu2if_0) AND LOWER(identity_zone_id) = LOWER(:__4nu2if_1)), params: {__4nu2if_0=%password.write%, __4nu2if_1=uaa}
[2015-11-23 12:53:51.479] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__4nu2if_0) AND LOWER(identity_zone_id) = LOWER(:__4nu2if_1)), params: {__4nu2if_0=%password.write%, __4nu2if_1=uaa}
[2015-11-23 12:53:51.482] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__i2veys_0) AND LOWER(identity_zone_id) = LOWER(:__i2veys_1)), params: {__i2veys_1=uaa, __i2veys_0=%scim.userids%}
[2015-11-23 12:53:51.483] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__i2veys_0) AND LOWER(identity_zone_id) = LOWER(:__i2veys_1)), params: {__i2veys_1=uaa, __i2veys_0=%scim.userids%}
[2015-11-23 12:53:51.486] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__np9wm3_0) AND LOWER(identity_zone_id) = LOWER(:__np9wm3_1)), params: {__np9wm3_0=%uaa.user%, __np9wm3_1=uaa}
[2015-11-23 12:53:51.486] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__np9wm3_0) AND LOWER(identity_zone_id) = LOWER(:__np9wm3_1)), params: {__np9wm3_0=%uaa.user%, __np9wm3_1=uaa}
[2015-11-23 12:53:51.489] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__cib6of_0) AND LOWER(identity_zone_id) = LOWER(:__cib6of_1)), params: {__cib6of_0=%approvals.me%, __cib6of_1=uaa}
[2015-11-23 12:53:51.490] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__cib6of_0) AND LOWER(identity_zone_id) = LOWER(:__cib6of_1)), params: {__cib6of_0=%approvals.me%, __cib6of_1=uaa}
[2015-11-23 12:53:51.493] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__gdav4a_0) AND LOWER(identity_zone_id) = LOWER(:__gdav4a_1)), params: {__gdav4a_0=%oauth.approvals%, __gdav4a_1=uaa}
[2015-11-23 12:53:51.493] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__gdav4a_0) AND LOWER(identity_zone_id) = LOWER(:__gdav4a_1)), params: {__gdav4a_0=%oauth.approvals%, __gdav4a_1=uaa}
[2015-11-23 12:53:51.496] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__moi4mw_0) AND LOWER(identity_zone_id) = LOWER(:__moi4mw_1)), params: {__moi4mw_0=%profile%, __moi4mw_1=uaa}
[2015-11-23 12:53:51.497] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__moi4mw_0) AND LOWER(identity_zone_id) = LOWER(:__moi4mw_1)), params: {__moi4mw_0=%profile%, __moi4mw_1=uaa}
[2015-11-23 12:53:51.500] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__29kwcn_0) AND LOWER(identity_zone_id) = LOWER(:__29kwcn_1)), params: {__29kwcn_1=uaa, __29kwcn_0=%roles%}
[2015-11-23 12:53:51.500] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__29kwcn_0) AND LOWER(identity_zone_id) = LOWER(:__29kwcn_1)), params: {__29kwcn_1=uaa, __29kwcn_0=%roles%}
[2015-11-23 12:53:51.503] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: (LOWER(displayName) LIKE LOWER(:__jzdodo_0) AND LOWER(identity_zone_id) = LOWER(:__jzdodo_1)), params: {__jzdodo_1=uaa, __jzdodo_0=%user_attributes%}
[2015-11-23 12:53:51.504] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and (LOWER(displayName) LIKE LOWER(:__jzdodo_0) AND LOWER(identity_zone_id) = LOWER(:__jzdodo_1)), params: {__jzdodo_1=uaa, __jzdodo_0=%user_attributes%}
[2015-11-23 12:53:51.683] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Filtering groups with SQL: sql: ((LOWER(userName) = LOWER(:__yaskvq_0) AND LOWER(origin) = LOWER(:__yaskvq_1)) AND LOWER(identity_zone_id) = LOWER(:__yaskvq_2)), params: {__yaskvq_1=uaa, __yaskvq_0=admin@sequenceiq.com, __yaskvq_2=uaa}
[2015-11-23 12:53:51.683] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: complete sql: select id,version,created,lastModified,username,email,givenName,familyName,active,phoneNumber,verified,origin,external_id,identity_zone_id,salt,passwd_lastmodified from users where ((LOWER(userName) = LOWER(:__yaskvq_0) AND LOWER(origin) = LOWER(:__yaskvq_1)) AND LOWER(identity_zone_id) = LOWER(:__yaskvq_2)), params: {__yaskvq_1=uaa, __yaskvq_0=admin@sequenceiq.com, __yaskvq_2=uaa}
[2015-11-23 12:53:51.689] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimUserBootstrap: Override flag not set. Not registering existing user: [UaaUser {id=NaN, username=admin@sequenceiq.com, email=admin@sequenceiq.com, givenName=Default, familyName=User}]
[2015-11-23 12:53:51.707] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: groups: [, clients.admin, clients.read, clients.secret, clients.write, cloud_controller.admin, scim.invite, scim.read, scim.write, uaa.admin, uaa.resource, zones.write]
[2015-11-23 12:53:51.707] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: admins: {}, members: {}
[2015-11-23 12:53:51.707] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.admin
[2015-11-23 12:53:51.708] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: b586a4ff-c5cf-453b-9ce1-cfaa239a3fd8
[2015-11-23 12:53:51.710] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: clients.admin, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.711] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.read
[2015-11-23 12:53:51.711] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: e308cf52-f4ab-425a-b8dd-8922753cffca
[2015-11-23 12:53:51.713] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: clients.read, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.713] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.secret
[2015-11-23 12:53:51.714] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 1c421c90-c139-49f3-9726-d2d84041e859
[2015-11-23 12:53:51.715] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: clients.secret, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.716] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.write
[2015-11-23 12:53:51.716] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 0b09580f-12ae-4e05-ade5-27fe9c581602
[2015-11-23 12:53:51.718] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: clients.write, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.718] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: cloud_controller.admin
[2015-11-23 12:53:51.718] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 960b7dac-eca2-4274-8707-890d56d5346a
[2015-11-23 12:53:51.720] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: cloud_controller.admin, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.720] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: scim.invite
[2015-11-23 12:53:51.720] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 6b94d33e-f606-4413-a27d-8945b81fe643
[2015-11-23 12:53:51.722] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: scim.invite, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.722] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: scim.read
[2015-11-23 12:53:51.722] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: d5848d35-e85e-4c63-85d6-1d06602cc91f
[2015-11-23 12:53:51.724] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: scim.read, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.724] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: scim.write
[2015-11-23 12:53:51.724] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 86797c53-399d-4fbd-920b-ee274641f668
[2015-11-23 12:53:51.726] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: scim.write, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.726] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: uaa.admin
[2015-11-23 12:53:51.726] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 2a4a31fc-53d4-41cc-b007-6e7433ac86c8
[2015-11-23 12:53:51.728] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: uaa.admin, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.728] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: uaa.resource
[2015-11-23 12:53:51.728] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 2adbde45-32e8-459a-8ed8-6cf0d1341bf6
[2015-11-23 12:53:51.730] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: uaa.resource, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.730] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: zones.write
[2015-11-23 12:53:51.730] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 7e5dc7ed-af7d-40d9-9934-db0ed6df2139
[2015-11-23 12:53:51.732] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: group (Group id: null, name: zones.write, created: Mon Nov 23 12:53:51 UTC 2015, modified: null, version: 0, members: null) already exists, ignoring...
[2015-11-23 12:53:51.732] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__jfxrf9_0), params: {__jfxrf9_0=}
[2015-11-23 12:53:51.733] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__jfxrf9_0), params: {__jfxrf9_0=}
[2015-11-23 12:53:51.734] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: could not find group with name
[2015-11-23 12:53:51.735] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group:
[2015-11-23 12:53:51.735] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__gojrnb_0), params: {__gojrnb_0=clients.admin}
[2015-11-23 12:53:51.736] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__gojrnb_0), params: {__gojrnb_0=clients.admin}
[2015-11-23 12:53:51.740] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.admin
[2015-11-23 12:53:51.741] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__gjsjwx_0), params: {__gjsjwx_0=clients.read}
[2015-11-23 12:53:51.741] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__gjsjwx_0), params: {__gjsjwx_0=clients.read}
[2015-11-23 12:53:51.744] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.read
[2015-11-23 12:53:51.745] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__aobxen_0), params: {__aobxen_0=clients.secret}
[2015-11-23 12:53:51.745] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__aobxen_0), params: {__aobxen_0=clients.secret}
[2015-11-23 12:53:51.751] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.secret
[2015-11-23 12:53:51.751] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__prg8us_0), params: {__prg8us_0=clients.write}
[2015-11-23 12:53:51.751] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__prg8us_0), params: {__prg8us_0=clients.write}
[2015-11-23 12:53:51.755] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.write
[2015-11-23 12:53:51.755] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__s6ejho_0), params: {__s6ejho_0=cloud_controller.admin}
[2015-11-23 12:53:51.755] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__s6ejho_0), params: {__s6ejho_0=cloud_controller.admin}
[2015-11-23 12:53:51.759] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: cloud_controller.admin
[2015-11-23 12:53:51.759] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__kvp7fn_0), params: {__kvp7fn_0=scim.invite}
[2015-11-23 12:53:51.760] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__kvp7fn_0), params: {__kvp7fn_0=scim.invite}
[2015-11-23 12:53:51.763] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: scim.invite
[2015-11-23 12:53:51.764] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__6sx8wl_0), params: {__6sx8wl_0=scim.read}
[2015-11-23 12:53:51.764] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__6sx8wl_0), params: {__6sx8wl_0=scim.read}
[2015-11-23 12:53:51.767] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: scim.read
[2015-11-23 12:53:51.768] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__9dqo4s_0), params: {__9dqo4s_0=scim.write}
[2015-11-23 12:53:51.768] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__9dqo4s_0), params: {__9dqo4s_0=scim.write}
[2015-11-23 12:53:51.771] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: scim.write
[2015-11-23 12:53:51.772] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__hb7h0z_0), params: {__hb7h0z_0=uaa.admin}
[2015-11-23 12:53:51.772] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__hb7h0z_0), params: {__hb7h0z_0=uaa.admin}
[2015-11-23 12:53:51.776] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: uaa.admin
[2015-11-23 12:53:51.776] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__xw2y4c_0), params: {__xw2y4c_0=uaa.resource}
[2015-11-23 12:53:51.776] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__xw2y4c_0), params: {__xw2y4c_0=uaa.resource}
[2015-11-23 12:53:51.780] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: uaa.resource
[2015-11-23 12:53:51.780] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__tymikj_0), params: {__tymikj_0=zones.write}
[2015-11-23 12:53:51.780] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__tymikj_0), params: {__tymikj_0=zones.write}
[2015-11-23 12:53:51.784] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: zones.write
[2015-11-23 12:53:51.795] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__a3o4y0_0), params: {__a3o4y0_0=organizations.acme}
[2015-11-23 12:53:51.795] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version,identity_zone_id from groups where identity_zone_id='uaa' and LOWER(displayName) = LOWER(:__a3o4y0_0), params: {__a3o4y0_0=organizations.acme}
[2015-11-23 12:53:51.801] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- JdbcScimGroupExternalMembershipManager: The mapping between group organizations.acme and external group cn=test_org,ou=people,o=springsource,o=org already exists
[2015-11-23 12:53:51.802] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: 1b424f56-8eb3-412a-96b4-50a589102836, Name: organizations.acme, externalGroup: cn=test_org,ou=people,o=springsource,o=org, origin: ldap)
[2015-11-23 12:53:52.224] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
[2015-11-23 12:53:52.603] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- RequestMappingHandlerAdapter: Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Mon Nov 23 12:53:40 UTC 2015]; root of context hierarchy
[2015-11-23 12:53:52.685] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- RequestMappingHandlerAdapter: Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Mon Nov 23 12:53:40 UTC 2015]; root of context hierarchy
[2015-11-23 12:53:52.960] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SimpleUrlHandlerMapping: Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
[2015-11-23 12:53:53.000] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- RequestMappingHandlerAdapter: Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Mon Nov 23 12:53:40 UTC 2015]; root of context hierarchy
[2015-11-23 12:53:53.033] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#1'
[2015-11-23 12:53:53.185] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#2'
[2015-11-23 12:53:53.218] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- MBeanExporter: Registering beans for JMX exposure on startup
[2015-11-23 12:53:53.222] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- MBeanExporter: Located managed bean 'spring.application:type=DataSource,name=dataSource': registering with JMX server as MBean [spring.application:type=DataSource,name=dataSource]
[2015-11-23 12:53:53.298] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- MBeanExporter: Registering beans for JMX exposure on startup
[2015-11-23 12:53:53.300] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- MBeanExporter: Located managed bean 'spring.application:type=Config,name=uaa': registering with JMX server as MBean [spring.application:type=Config,name=uaa]
[2015-11-23 12:53:53.343] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... INFO --- DispatcherServlet: FrameworkServlet 'spring': initialization completed in 12787 ms
23-Nov-2015 12:53:53.372 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /tomcat/webapps/ROOT.war has finished in 14,166 ms
23-Nov-2015 12:53:53.377 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
23-Nov-2015 12:53:53.383 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
23-Nov-2015 12:53:53.384 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 14228 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment