Welcome to the new Linux Foundation Forum!
Unable to have a working UAA app (Pivotal WS)
Hello,
I tried to deploy UAA app on Pivotal WS but firstly it was failing because of a out of memory error.
After scaling up the app memory, the application was able to start.
But, when I tried to access it using its route, is falied with the following error:
GET : http://uaa-amuller.cfapps.io/login
502 Bad Gateway: Registered endpoint failed to handle the request.
I add the recent logs at the end of this message. But it is quite frustrating...
Regards,
Anthony
2017-07-26T16:31:35.86+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:35.869] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DbMigrate: Migrating schema "PUBLIC" to version 3.10.2 - Add Created By To Oauth Client Details
2017-07-26T16:31:36.73+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:36.737] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.bouncycastle.jce.provider.BouncyCastleProvider#76fc3444' of type [class org.bouncycastle.jce.provider.BouncyCastleProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-07-26T16:31:36.79+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:36.791] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'setUpBouncyCastle' of type [class org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-07-26T16:31:36.84+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:36.847] cloudfoundry-identity-server - ???? [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)
2017-07-26T16:31:36.89+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:36.894] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'identityProviderProvisioning' of type [class org.cloudfoundry.identity.uaa.provider.JdbcIdentityProviderProvisioning] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-07-26T16:31:37.07+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:37.076] cloudfoundry-identity-server - ???? [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)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:634)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:494)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1027)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5038)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5348)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT Caused by: org.yaml.snakeyaml.error.YAMLException: Cannot create property=database for Java[email protected]bb2e52a; Cannot create property=minidle for JavaBean=org.[email protected]2180d5d6; Unable to find property 'minidle' on class: org.cloudfoundry.identity.uaa.impl.config.UaaConfiguration$Database
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:299)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:299)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:296)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT ... 43 more
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:132)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:308)
2017-07-26T16:31:37.48+0200 [APP/PROC/WEB/0] OUT at org.cloudfoundry.identity.uaa.impl.config.CustomPropertyConstructor$CustomPropertyConstructMapping.getProperty(CustomPropertyConstructor.java:71)
2017-07-26T16:31:37.54+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:37.542] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- UaaSessionCookieConfig: Configuring session cookie.
2017-07-26T16:31:38.82+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.812] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/healthz/**'], []
2017-07-26T16:31:38.84+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.840] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/vendor/**'], []
2017-07-26T16:31:38.88+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.875] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/error'], []
2017-07-26T16:31:38.90+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.902] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/create_account*'], []
2017-07-26T16:31:38.91+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.910] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invalid_request'], []
2017-07-26T16:31:38.91+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.916] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml_error'], []
2017-07-26T16:31:38.92+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.921] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/favicon.ico'], []
2017-07-26T16:31:38.92+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.923] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth_error'], []
2017-07-26T16:31:38.92+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:38.927] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/session'], []
2017-07-26T16:31:41.35+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:41.348] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthorizeRequestMatcherOld) ['/oauth/authorize', [application/json]], [org.clou[email protected]9e3b0af, org.spring[email protected]24c626ff, org.springframework.secu[email protected]75636263, [email protected]bec, org.springframework.security.oaut[email protected]76ced62, org.clo[email protected]4e817817, org.sp[email protected]2abe9ae9, org.springframework.[email protected]3fdaa09f, o[email protected]51c4ad7d, org[email protected]a750662, org.springfr[email protected]5442ac17]
2017-07-26T16:31:41.51+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:41.505] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/email_*'], [org.spring[email protected]41342537, org.springframework.secu[email protected]7720f44c, [email protected]97c, org.springframework.security.oaut[email protected]76ced62, org.springframework.[email protected]eaea10e, org[email protected]6e533071, org.springfr[email protected]1e212b63]
2017-07-26T16:31:41.60+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:41.604] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/token/revoke/**'], [org.spring[email protected]737eedd8, org.springframework.secu[email protected]409dbe3, [email protected]832, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]5114b9a1, org.springfram[email protected]1b08a6a3, org[email protected]799e09b8, org.springfr[email protected]2838dfd1]
2017-07-26T16:31:42.02+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:42.022] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(passcodeTokenMatcher) ['/oauth/token', [application/json, application/x-www-form-urlencoded]], [org.clou[email protected]9e3b0af, org.spring[email protected]5dff1035, org.springframework.secu[email protected]5bf8e924, [email protected]ab, org.cloudfoundry.i[email protected]29b98147, org.cloudfoun[email protected]ce252fd, org.cloudf[email protected]104f3b8c, org.springframework.[email protected]342b7334, org[email protected]51fd6f4f, org.springfr[email protected]4f16ba37]
2017-07-26T16:31:42.06+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:42.061] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthTokenApiRequestMatcher) ['/oauth/token'], [org.clou[email protected]9e3b0af, org.spring[email protected]48e17032, org.springframework.secu[email protected]5fe279ee, [email protected]20e, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]1cc0c498, org[email protected]5f6347d2, org.springfr[email protected]138278d9]
2017-07-26T16:31:42.79+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:42.796] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- Audit: IdentityProviderModifiedEvent ('id=fe2e6639-77fb-4d34-8d57-82336b527f8b; type=keystone; origin=keystone; zone=uaa'): principal=IdentityProvider{id='fe2e6639-77fb-4d34-8d57-82336b527f8b', originKey='keystone', name='keystone', type='keystone', active=false}, origin=[caller=null], identityZoneId=[uaa]
2017-07-26T16:31:43.27+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:43.275] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- Audit: IdentityZoneModifiedEvent ('id=uaa; subdomain='): [email protected], origin=[caller=null], identityZoneId=[uaa]
2017-07-26T16:31:43.51+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:43.509] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- SamlKeyManagerFactory: Loaded service provider certificate service-provider-cert-uaa
2017-07-26T16:31:44.32+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.322] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeRequestMatcher) ['/oauth/authorize', [application/json, application/x-www-form-urlencoded]], [org.clou[email protected]9e3b0af, org.spring[email protected]75d7e677, org.springframework.secu[email protected]778795dd, [email protected]7de, org.clo[email protected]259639e3, org.springframework.[email protected]6fb89778, org[email protected]24dace2f, org.springfr[email protected]1864cf6d]
2017-07-26T16:31:44.33+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.338] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeApiRequestMatcher) ['/oauth/authorize'], [org.clou[email protected]9e3b0af, org.spring[email protected]780b3b3e, org.springframework.secu[email protected]621cb1a2, [email protected]940, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]7043a340, org[email protected]51b0b4bd, org.springfr[email protected]56268e88]
2017-07-26T16:31:44.42+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.423] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(promptOauthAuthorizeApiRequestMatcher) ['/oauth/authorize'], [org.spring[email protected]6aeffc2e, org.springframework.secu[email protected]79d84834, [email protected]55, org.sp[email protected]677aa00, org.springframework.[email protected]136c286c, org.springfram[email protected]284e5bdd, o[email protected]56c10d0, org[email protected]3ef08dd7, org.springfr[email protected]4caded2d]
2017-07-26T16:31:44.54+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.542] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(xOauthCallbackRequestMatcher) ['/login/callback'], [org.spring[email protected]10e85cf2, org.springframework.secu[email protected]6d609ff3, [email protected]fad, org.clou[email protected]6096288c, org.sp[email protected]32cbf7a0, org.springframework.[email protected]5bbd790d, o[email protected]2402120, org[email protected]53c3bbac, org.springfr[email protected]3e583083]
2017-07-26T16:31:44.65+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.657] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/Groups/**'], [org.spring[email protected]72c954e0, org.springframework.secu[email protected]6d544ab, [email protected]333, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]36243216, org.springfram[email protected]e721e66, org[email protected]22aee31f, org.springfr[email protected]34a51102]
2017-07-26T16:31:44.77+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.775] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/Users/**'], [org.spring[email protected]3fdf5035, org.springframework.secu[email protected]7be9e29b, [email protected]6ec, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]3dad019e, org.springfram[email protected]7836a0e6, org[email protected]4c7f7841, org.springfr[email protected]79c3f44]
2017-07-26T16:31:44.82+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.822] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/ids/Users*'], [org.spring[email protected]4dabc2d9, org.springframework.secu[email protected]4607b40f, [email protected]350, org.springframework.security.oaut[email protected]335890f, org.springframework.[email protected]109b3eba, org.springfram[email protected]6b47576a, org[email protected]3fcd87d1, org.springfr[email protected]101f1cd6]
2017-07-26T16:31:44.98+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:44.981] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/service-providers/**'], [org.spring[email protected]59dabd52, org.springframework.secu[email protected]5773bdd3, [email protected]da5, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]4a2539ba, org.springfram[email protected]46192d81, org[email protected]c4e9db4, org.springframework.security.web.access[email protected]]
2017-07-26T16:31:45.03+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.033] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/approvals/**'], [org.spring[email protected]337c22d6, org.springframework.secu[email protected]647d70ec, [email protected]1c2, org.springframework.security.oaut[email protected]7098d5e6, org.springframework.[email protected]222023b1, org.springfram[email protected]2d55dd09, org[email protected]1144a430, org.springfr[email protected]27c5741b]
2017-07-26T16:31:45.06+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.061] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/*/secret'], [org.spring[email protected]57a2ec21, org.springframework.secu[email protected]7d6a3a16, [email protected]77a, org.springframework.security.oaut[email protected]2401ac6a, org.springframework.[email protected]246a2c40, org.springfram[email protected]64690f08, org[email protected]48ff2319, org.springfr[email protected]6cf88eeb]
2017-07-26T16:31:45.11+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.114] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/tx/**'], [org.spring[email protected]b9c9a62, org.springframework.secu[email protected]49eb54d, [email protected]5b4, org.springframework.security.oaut[email protected]2401ac6a, org.springframework.[email protected]89f58d5, org.springfram[email protected]673f9c2e, org[email protected]16fa6959, org.springfr[email protected]44cb3d07]
2017-07-26T16:31:45.19+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.189] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/check_token'], [org.spring[email protected]a688739, org.springframework.secu[email protected]2547a98d, [email protected]57b, org.cloudfoun[email protected]ce252fd, org.springframework.[email protected]792ddeac, org[email protected]37b2cfff, org.springfr[email protected]2f211345]
2017-07-26T16:31:45.21+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.215] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/token_key**'], [org.spring[email protected]94060d6, org.springframework.secu[email protected]73de39b9, [email protected]9a, org.cloudfoun[email protected]ce252fd, org.springframework.[email protected]3925cebd, org.springfram[email protected]33694f9f, org[email protected]3178bbba, org.springfr[email protected]5ce5f6a4]
2017-07-26T16:31:45.23+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.239] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/clientinfo'], [org.spring[email protected]2216184d, org.springframework.secu[email protected]516f207e, [email protected]b03, org.cloudfoun[email protected]ce252fd, org.springframework.[email protected]23d86ad8, org[email protected]311eca9e, org.springfr[email protected]195a7013]
2017-07-26T16:31:45.34+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.344] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/Codes/**'], [org.spring[email protected]3c28eb9b, org.springframework.secu[email protected]641ff773, [email protected]d7f, org.springframework.security.oaut[email protected]55809ee4, org.springframework.[email protected]12bc9821, org[email protected]6933cdde, org.springfr[email protected]720c0be4]
2017-07-26T16:31:45.46+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.463] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/autologin'], [org.spring[email protected]31102768, org.springframework.secu[email protected]67d50473, [email protected]d53, org.cloudfoun[email protected]ce252fd, org.springframework.[email protected]577ae8c7, org[email protected]67e1be27, org.springfr[email protected]2858d834]
2017-07-26T16:31:45.52+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.527] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invitations/**'], [org.spring[email protected]1c209055, org.spring[email protected]45735c47, org.springframework.secu[email protected]59165e2b, [email protected]52b, [email protected], org.sp[email protected]5d12c972, org.springframework.secur[email protected]3fd, org.springfram[email protected]197e17f8, o[email protected]7a215421, org[email protected]31335b4e, org.springfr[email protected]7675874e]
2017-07-26T16:31:45.56+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.567] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invite_users/**'], [org.spring[email protected]36154f54, org.springframework.secu[email protected]20cd2036, [email protected]b9f, org.springframework.security.oaut[email protected]55809ee4, org.sp[email protected]4ee075d1, org.springframework.[email protected]5213ecb6, org.springfram[email protected]1b96ba52, o[email protected]e768ffc, org[email protected]43f52d1e, org.springfr[email protected]e4e0f8a]
2017-07-26T16:31:45.61+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.617] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/reset_password.do'], [org.spring[email protected]34775598, org.springframework.secu[email protected]2b500f0b, [email protected]f7f, [email protected], org.sp[email protected]425ac00e, org.springframework.[email protected]69d9a719, org.clo[email protected]695b6f9a, org.springfram[email protected]59d84624, o[email protected]4d96a7a1, org[email protected]69d32065, org.springfr[email protected]5bc6a57a, org.clou[email protected]40b43140]
2017-07-26T16:31:45.64+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.640] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/reset_password**'], [org.spring[email protected]7059ae75, org.springframework.secu[email protected]1731d174, [email protected]b87, [email protected], org.sp[email protected]2592fde3, org.springframework.[email protected]3c313254, org.springfram[email protected]3a070656, o[email protected]ca052c4, org[email protected]3e6fdb56, org.springfr[email protected]b79ed5d]
2017-07-26T16:31:45.68+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.689] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/change_password**'], [org.spring[email protected]5d9c5790, org.springframework.secu[email protected]6e27988c, [email protected]19b, [email protected], org.sp[email protected]91f6286, org.springframework.[email protected]5bae78d1, org.springfram[email protected]1ed657a6, o[email protected]2cfcd766, org[email protected]5e058b2d, org.springfr[email protected]764508cc]
2017-07-26T16:31:45.86+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.863] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/delete_saved_account**'], [org.spring[email protected]4e8f4ec1, org.springframework.secu[email protected]363af61f, [email protected]a93, [email protected], org.springframework.[email protected]6fa528d4, org.springfram[email protected]e4eb131, org[email protected]7fe70a99, org.springfr[email protected]60f1e0a7]
2017-07-26T16:31:45.89+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.893] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_email'], [org.spring[email protected]4a12995b, org.springframework.secu[email protected]52e29135, [email protected]38c, org.sp[email protected]25bfa50, org.springframework.[email protected]5c5d6301, org.springfram[email protected]1a702a86, o[email protected]1228ba17, org[email protected]4f7c4b78, org.springfr[email protected]780e7cfd]
2017-07-26T16:31:45.95+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.955] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_user'], [org.spring[email protected]6d296af6, org.springframework.secu[email protected]5c3d6b4b, [email protected]22f, org.sp[email protected]fa28861, org.springframework.[email protected]29fa2db9, org.springfram[email protected]1eaa7cfe, o[email protected]29b1a9fe, org[email protected]324bcd29, org.springfr[email protected]4a24b93c]
2017-07-26T16:31:45.98+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:45.988] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invitations/accept'], [org.spring[email protected]2bb0290a, org.springframework.secu[email protected]1e0deab9, [email protected]184, org.sp[email protected]203a9c2d, org.springframework.[email protected]a680959, org.springfram[email protected]7b41728f, o[email protected]7708c992, org[email protected]3a7e8aa, org.springfr[email protected]49cf0b46]
2017-07-26T16:31:46.16+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.34+0200 [APP/PROC/WEB/0] OUT [CONTAINER] ndry.security.FileWatchingX509ExtendedTrustManager INFO Initialized TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.38+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding System Trust Manager
2017-07-26T16:31:46.39+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.39+0200 [APP/PROC/WEB/0] OUT [CONTAINER] org.cloudfoundry.security.FileWatcher INFO Start watching /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.44+0200 [APP/PROC/WEB/0] OUT [CONTAINER] ndry.security.FileWatchingX509ExtendedTrustManager INFO Initialized TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.44+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.46+0200 [APP/PROC/WEB/0] OUT [CONTAINER] org.cloudfoundry.security.FileWatcher INFO Start watching /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.51+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding System Trust Manager
2017-07-26T16:31:46.51+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.53+0200 [APP/PROC/WEB/0] OUT [CONTAINER] ndry.security.FileWatchingX509ExtendedTrustManager INFO Initialized TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.54+0200 [APP/PROC/WEB/0] OUT [CONTAINER] oudFoundryContainerTrustManagerFactory$PKIXFactory INFO Adding TrustManager for /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.54+0200 [APP/PROC/WEB/0] OUT [CONTAINER] org.cloudfoundry.security.FileWatcher INFO Start watching /etc/ssl/certs/ca-certificates.crt
2017-07-26T16:31:46.66+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.668] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/logout/**'], [o[email protected]1fd796b6]
2017-07-26T16:31:46.67+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.669] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/metadata/**'], [org.cloudfoundry.identity.uaa.provider.saml.ZoneAwareMetadataDisplay[email protected]]
2017-07-26T16:31:46.67+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.674] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/SSO/**'], [org.spring[email protected]345ab9c1, [email protected]]
2017-07-26T16:31:46.67+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.676] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/SingleLogout/**'], [[email protected]d7c9c]
2017-07-26T16:31:46.71+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.709] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/idp/SSO/**'], [org.spring[email protected]345ab9c1, [email protected]]
2017-07-26T16:31:46.71+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.712] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultSecurityFilterChain: Creating filter chain: [email protected]1, [org[email protected]4bb5ac9a, [email protected]e670d, org.spring[email protected]5cf97407, org.springframework.secu[email protected]342d2b, [email protected]0cb, org.[email protected]4083b509, [email protected]74db852, org.cloudfo[email protected]76319ae5, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/login/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]6bec26fd, [email protected]14c75210, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/logout/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]682b224a, o[email protected]1fd796b6, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/metadata/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.cloudfoundry.[email protected], org.cloudfoundry.identity.uaa.secur[email protected]2a63fabb, org.cloudfo[email protected]5078a1c6, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/idp/metadata/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]77ec63f7, o[email protected]656d4fad, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/SSO/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]447c4527, org.spring[email protected]345ab9c1, [email protected], [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/SingleLogout/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]75741690, [email protected]d7c9c, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]], [ Ant [pattern='/saml/discovery/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]40779ca7, [email protected]ed406c6, [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]]]], org.sp[email protected]5490bc85, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilte[email protected], o[email protected]2776c617, org[email protected]5b18f4fa, org.springfr[email protected]abd0f88, org.springfr[email protected]64c2e964, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/idp/SSO/**'], [or[email protected]cced920, [email protected], [email protected]b8db310, org.c[email protected]1191fa36, org.cloudfoundry.identity.uaa.secur[email protected]7515dd95, org.spring[email protected]345ab9c1, [email protected], [email protected]ab707ab, org.clo[email protected]695b6f9a, org.clo[email protected]7c242ede, [email protected]62fa3b26]]]]]
2017-07-26T16:31:46.72+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.722] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
2017-07-26T16:31:46.97+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.970] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: app
2017-07-26T16:31:46.98+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:46.987] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: cf
2017-07-26T16:31:47.16+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.167] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: oauth_showcase_password_grant
2017-07-26T16:31:47.32+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.324] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Updating metadata for client: admin
2017-07-26T16:31:47.33+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.327] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: admin
2017-07-26T16:31:47.45+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.451] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Updating metadata for client: login
2017-07-26T16:31:47.46+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.467] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Updating metadata for client: oauth_showcase_implicit_grant
2017-07-26T16:31:47.63+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.636] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: oauth_showcase_saml2_bearer
2017-07-26T16:31:47.77+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.772] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: oauth_showcase_client_credentials
2017-07-26T16:31:47.94+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:47.940] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: identity
2017-07-26T16:31:48.28+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.282] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Retrieving UI details for client: notifications
2017-07-26T16:31:48.42+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.417] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcClientMetadataProvisioning: Updating metadata for client: oauth_showcase_authorization_code
2017-07-26T16:31:48.68+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.688] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" 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)
2017-07-26T16:31:48.69+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.689] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token],methods=[POST]}" 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
2017-07-26T16:31:48.69+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.696] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token/**],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.cloudfoundry.identity.uaa.oauth.token.UaaTokenEndpoint.doDelegateGet(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException
2017-07-26T16:31:48.69+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.697] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token/**],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.cloudfoundry.identity.uaa.oauth.token.UaaTokenEndpoint.doDelegatePost(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException
2017-07-26T16:31:48.69+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:48.699] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token/oauth/token],methods=[POST]}" 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
2017-07-26T16:31:49.03+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.026] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,description,created,lastModified,version,identity_zone_id from groups where (((LOWER(displayName) LIKE LOWER(:__wsslom_0) AND LOWER(identity_zone_id) = LOWER(:__wsslom_1)) AND LOWER(identity_zone_id) = LOWER(:__wsslom_2))), params: {__wsslom_1=uaa, __wsslom_0=%openid%, __wsslom_2=uaa}
2017-07-26T16:31:49.04+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.043] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 024d5394-db5d-44a9-88ba-01212fdd270f
2017-07-26T16:31:49.04+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.048] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: ((LOWER(displayName) LIKE LOWER(:__q3goci_0) AND LOWER(identity_zone_id) = LOWER(:__q3goci_1)) AND LOWER(identity_zone_id) = LOWER(:__q3goci_2)), params: {__q3goci_1=uaa, __q3goci_2=uaa, __q3goci_0=%scim.me%}
2017-07-26T16:31:49.05+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.057] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: ((LOWER(displayName) LIKE LOWER(:__1pj9ln_0) AND LOWER(identity_zone_id) = LOWER(:__1pj9ln_1)) AND LOWER(identity_zone_id) = LOWER(:__1pj9ln_2)), params: {__1pj9ln_0=%cloud_controller.read%, __1pj9ln_2=uaa, __1pj9ln_1=uaa}
2017-07-26T16:31:49.05+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.057] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,description,created,lastModified,version,identity_zone_id from groups where (((LOWER(displayName) LIKE LOWER(:__1pj9ln_0) AND LOWER(identity_zone_id) = LOWER(:__1pj9ln_1)) AND LOWER(identity_zone_id) = LOWER(:__1pj9ln_2))), params: {__1pj9ln_0=%cloud_controller.read%, __1pj9ln_2=uaa, __1pj9ln_1=uaa}
2017-07-26T16:31:49.07+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.078] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: ((LOWER(displayName) LIKE LOWER(:__sklwm3_0) AND LOWER(identity_zone_id) = LOWER(:__sklwm3_1)) AND LOWER(identity_zone_id) = LOWER(:__sklwm3_2)), params: {__sklwm3_0=%cloud_controller_service_permissions.read%, __sklwm3_1=uaa, __sklwm3_2=uaa}
2017-07-26T16:31:49.09+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.097] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 4e8aee74-8629-48a7-a99b-923ec8ead745
2017-07-26T16:31:49.10+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.104] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: ((LOWER(displayName) LIKE LOWER(:__vhg3my_0) AND LOWER(identity_zone_id) = LOWER(:__vhg3my_1)) AND LOWER(identity_zone_id) = LOWER(:__vhg3my_2)), params: {__vhg3my_1=uaa, __vhg3my_2=uaa, __vhg3my_0=%scim.userids%}
2017-07-26T16:31:49.11+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.110] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: b10331ea-a731-44c4-9002-09ff4298efd7
2017-07-26T16:31:49.11+0200 [APP/PROC/WEB/0] OUT [2017-07-26 14:31:49.115] cloudfoundry-identity-server - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,description,created,lastModified,version,identity_zone_id from groups where (((LOWE
0
Comments
Hi Anthony,
Can you post your edited manifest? I would like to compare it to what I am using.
Btw, the memory issue is intentional as troubleshooting is a big part of the certification exam. I am glad you were able to get past that easily.
-Steve
#Deploy UAA Server as Cloud Foundry Service
---
applications:
- name: uaa
memory: 512M
instances: 1
random-route: false
path: uaa.war
host: uaa-amuller
env:
UAA_URL: http://uaa-amuller.cfapps.io
LOGIN_URL: http://uaa-amuller.cfapps.io
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
UAA_CONFIG_YAML: |
spring_profiles: default,hsqldb
login:
serviceProviderKey: |
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQDHtC5gUXxBKpEqZTLkNvFwNGnNIkggNOwOQVNbpO0WVHIivig5
L39WqS9u0hnA+O7MCA/KlrAR4bXaeVVhwfUPYBKIpaaTWFQR5cTR1UFZJL/OF9vA
fpOwznoD66DDCnQVpbCjtDYWX+x6imxn8HCYxhMol6ZnTbSsFW6VZjFMjQIDAQAB
AoGAVOj2Yvuigi6wJD99AO2fgF64sYCm/BKkX3dFEw0vxTPIh58kiRP554Xt5ges
7ZCqL9QpqrChUikO4kJ+nB8Uq2AvaZHbpCEUmbip06IlgdA440o0r0CPo1mgNxGu
lhiWRN43Lruzfh9qKPhleg2dvyFGQxy5Gk6KW/t8IS4x4r0CQQD/dceBA+Ndj3Xp
ubHfxqNz4GTOxndc/AXAowPGpge2zpgIc7f50t8OHhG6XhsfJ0wyQEEvodDhZPYX
kKBnXNHzAkEAyCA76vAwuxqAd3MObhiebniAU3SnPf2u4fdL1EOm92dyFs1JxyyL
gu/DsjPjx6tRtn4YAalxCzmAMXFSb1qHfwJBAM3qx3z0gGKbUEWtPHcP7BNsrnWK
vw6By7VC8bk/ffpaP2yYspS66Le9fzbFwoDzMVVUO/dELVZyBnhqSRHoXQcCQQCe
A2WL8S5o7Vn19rC0GVgu3ZJlUrwiZEVLQdlrticFPXaFrn3Md82ICww3jmURaKHS
N+l4lnMda79eSp3OMmq9AkA0p79BvYsLshUJJnvbk76pCjR28PK4dV1gSDUEqQMB
qy45ptdwJLqLJCeNoR0JUcDNIRhOCuOPND7pcMtX6hI/
-----END RSA PRIVATE KEY-----
serviceProviderKeyPassword: password
serviceProviderCertificate: |
-----BEGIN CERTIFICATE-----
MIIDSTCCArKgAwIBAgIBADANBgkqhkiG9w0BAQQFADB8MQswCQYDVQQGEwJhdzEO
MAwGA1UECBMFYXJ1YmExDjAMBgNVBAoTBWFydWJhMQ4wDAYDVQQHEwVhcnViYTEO
MAwGA1UECxMFYXJ1YmExDjAMBgNVBAMTBWFydWJhMR0wGwYJKoZIhvcNAQkBFg5h
cnViYUBhcnViYS5hcjAeFw0xNTExMjAyMjI2MjdaFw0xNjExMTkyMjI2MjdaMHwx
CzAJBgNVBAYTAmF3MQ4wDAYDVQQIEwVhcnViYTEOMAwGA1UEChMFYXJ1YmExDjAM
BgNVBAcTBWFydWJhMQ4wDAYDVQQLEwVhcnViYTEOMAwGA1UEAxMFYXJ1YmExHTAb
BgkqhkiG9w0BCQEWDmFydWJhQGFydWJhLmFyMIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQDHtC5gUXxBKpEqZTLkNvFwNGnNIkggNOwOQVNbpO0WVHIivig5L39W
qS9u0hnA+O7MCA/KlrAR4bXaeVVhwfUPYBKIpaaTWFQR5cTR1UFZJL/OF9vAfpOw
znoD66DDCnQVpbCjtDYWX+x6imxn8HCYxhMol6ZnTbSsFW6VZjFMjQIDAQABo4Ha
MIHXMB0GA1UdDgQWBBTx0lDzjH/iOBnOSQaSEWQLx1syGDCBpwYDVR0jBIGfMIGc
gBTx0lDzjH/iOBnOSQaSEWQLx1syGKGBgKR+MHwxCzAJBgNVBAYTAmF3MQ4wDAYD
VQQIEwVhcnViYTEOMAwGA1UEChMFYXJ1YmExDjAMBgNVBAcTBWFydWJhMQ4wDAYD
VQQLEwVhcnViYTEOMAwGA1UEAxMFYXJ1YmExHTAbBgkqhkiG9w0BCQEWDmFydWJh
QGFydWJhLmFyggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAYvBJ
0HOZbbHClXmGUjGs+GS+xC1FO/am2suCSYqNB9dyMXfOWiJ1+TLJk+o/YZt8vuxC
KdcZYgl4l/L6PxJ982SRhc83ZW2dkAZI4M0/Ud3oePe84k8jm3A7EvH5wi5hvCkK
RpuRBwn3Ei+jCRouxTbzKPsuCVB+1sNyxMTXzf0=
-----END CERTIFICATE-----
jwt:
token:
signing-key: tokenKey
zones:
internal:
hostnames:
- uaa-amuller.cfapps.io
database:
# url: <url starting with jdbc here>
# username: <db username>
# password: <db password>
maxactive: 15
maxidle: 5
minidle: 1
Your manifest looks correct, except the memory settings are still too low. The app will make it farther in startup, but still not start correctly. If you up it to 1G it should work.