Welcome to the Linux Foundation Forum!

Unable to have a working UAA app (Pivotal WS)

amuller
amuller Posts: 14

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 JavaBean=org.cloudfoundry.identity.uaa.impl.config.UaaConfiguration@bb2e52a; Cannot create property=minidle for JavaBean=org.cloudfoundry.identity.uaa.impl.config.UaaConfiguration$Database@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.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter@9e3b0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@24c626ff, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75636263, org.springframework.security.web.header.HeaderWriterFilter@7635abec, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@76ced62, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@4e817817, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2abe9ae9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3fdaa09f, org.springframework.security.web.session.SessionManagementFilter@51c4ad7d, org.springframework.security.web.access.ExceptionTranslationFilter@a750662, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@41342537, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7720f44c, org.springframework.security.web.header.HeaderWriterFilter@76d0497c, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@76ced62, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@eaea10e, org.springframework.security.web.access.ExceptionTranslationFilter@6e533071, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@737eedd8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@409dbe3, org.springframework.security.web.header.HeaderWriterFilter@4c35d832, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5114b9a1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1b08a6a3, org.springframework.security.web.access.ExceptionTranslationFilter@799e09b8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter@9e3b0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@5dff1035, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5bf8e924, org.springframework.security.web.header.HeaderWriterFilter@e5542ab, org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter@29b98147, org.cloudfoundry.identity.uaa.authentication.ClientBasicAuthenticationFilter@ce252fd, org.cloudfoundry.identity.uaa.authentication.PasscodeAuthenticationFilter@104f3b8c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@342b7334, org.springframework.security.web.access.ExceptionTranslationFilter@51fd6f4f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter@9e3b0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@48e17032, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5fe279ee, org.springframework.security.web.header.HeaderWriterFilter@1ab2b20e, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1cc0c498, org.springframework.security.web.access.ExceptionTranslationFilter@5f6347d2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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='): principal=org.cloudfoundry.identity.uaa.zone.IdentityZone@1c374, 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.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter@9e3b0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@75d7e677, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@778795dd, org.springframework.security.web.header.HeaderWriterFilter@5bbcf7de, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@259639e3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fb89778, org.springframework.security.web.access.ExceptionTranslationFilter@24dace2f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter@9e3b0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@780b3b3e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@621cb1a2, org.springframework.security.web.header.HeaderWriterFilter@7c726940, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7043a340, org.springframework.security.web.access.ExceptionTranslationFilter@51b0b4bd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@6aeffc2e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@79d84834, org.springframework.security.web.header.HeaderWriterFilter@2c5f955, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@677aa00, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@136c286c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@284e5bdd, org.springframework.security.web.session.SessionManagementFilter@56c10d0, org.springframework.security.web.access.ExceptionTranslationFilter@3ef08dd7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@10e85cf2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d609ff3, org.springframework.security.web.header.HeaderWriterFilter@15599fad, org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationFilter@6096288c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@32cbf7a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5bbd790d, org.springframework.security.web.session.SessionManagementFilter@2402120, org.springframework.security.web.access.ExceptionTranslationFilter@53c3bbac, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@72c954e0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d544ab, org.springframework.security.web.header.HeaderWriterFilter@3184e333, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@36243216, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e721e66, org.springframework.security.web.access.ExceptionTranslationFilter@22aee31f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@3fdf5035, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7be9e29b, org.springframework.security.web.header.HeaderWriterFilter@331f06ec, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3dad019e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7836a0e6, org.springframework.security.web.access.ExceptionTranslationFilter@4c7f7841, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@4dabc2d9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4607b40f, org.springframework.security.web.header.HeaderWriterFilter@74440350, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@335890f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@109b3eba, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6b47576a, org.springframework.security.web.access.ExceptionTranslationFilter@3fcd87d1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@59dabd52, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5773bdd3, org.springframework.security.web.header.HeaderWriterFilter@7e173da5, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4a2539ba, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@46192d81, org.springframework.security.web.access.ExceptionTranslationFilter@c4e9db4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4bf3638d]


   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.springframework.security.web.context.SecurityContextPersistenceFilter@337c22d6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@647d70ec, org.springframework.security.web.header.HeaderWriterFilter@262341c2, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@7098d5e6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@222023b1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2d55dd09, org.springframework.security.web.access.ExceptionTranslationFilter@1144a430, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@57a2ec21, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7d6a3a16, org.springframework.security.web.header.HeaderWriterFilter@6618477a, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@2401ac6a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@246a2c40, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@64690f08, org.springframework.security.web.access.ExceptionTranslationFilter@48ff2319, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@b9c9a62, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@49eb54d, org.springframework.security.web.header.HeaderWriterFilter@26ce95b4, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@2401ac6a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@89f58d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@673f9c2e, org.springframework.security.web.access.ExceptionTranslationFilter@16fa6959, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@a688739, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2547a98d, org.springframework.security.web.header.HeaderWriterFilter@37a2757b, org.cloudfoundry.identity.uaa.authentication.ClientBasicAuthenticationFilter@ce252fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@792ddeac, org.springframework.security.web.access.ExceptionTranslationFilter@37b2cfff, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@94060d6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@73de39b9, org.springframework.security.web.header.HeaderWriterFilter@e2c7b9a, org.cloudfoundry.identity.uaa.authentication.ClientBasicAuthenticationFilter@ce252fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3925cebd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@33694f9f, org.springframework.security.web.access.ExceptionTranslationFilter@3178bbba, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@2216184d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@516f207e, org.springframework.security.web.header.HeaderWriterFilter@53c57b03, org.cloudfoundry.identity.uaa.authentication.ClientBasicAuthenticationFilter@ce252fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@23d86ad8, org.springframework.security.web.access.ExceptionTranslationFilter@311eca9e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@3c28eb9b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@641ff773, org.springframework.security.web.header.HeaderWriterFilter@4dc56d7f, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@12bc9821, org.springframework.security.web.access.ExceptionTranslationFilter@6933cdde, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@31102768, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@67d50473, org.springframework.security.web.header.HeaderWriterFilter@5003dd53, org.cloudfoundry.identity.uaa.authentication.ClientBasicAuthenticationFilter@ce252fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@577ae8c7, org.springframework.security.web.access.ExceptionTranslationFilter@67e1be27, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@1c209055, org.springframework.security.web.context.SecurityContextPersistenceFilter@45735c47, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@59165e2b, org.springframework.security.web.header.HeaderWriterFilter@1ae6a52b, org.springframework.security.web.csrf.CsrfFilter@25c3c1a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5d12c972, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@369e33fd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@197e17f8, org.springframework.security.web.session.SessionManagementFilter@7a215421, org.springframework.security.web.access.ExceptionTranslationFilter@31335b4e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@36154f54, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20cd2036, org.springframework.security.web.header.HeaderWriterFilter@58a9bb9f, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@55809ee4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4ee075d1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5213ecb6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1b96ba52, org.springframework.security.web.session.SessionManagementFilter@e768ffc, org.springframework.security.web.access.ExceptionTranslationFilter@43f52d1e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@34775598, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b500f0b, org.springframework.security.web.header.HeaderWriterFilter@49f93f7f, org.springframework.security.web.csrf.CsrfFilter@4c8f9792, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@425ac00e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69d9a719, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@59d84624, org.springframework.security.web.session.SessionManagementFilter@4d96a7a1, org.springframework.security.web.access.ExceptionTranslationFilter@69d32065, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5bc6a57a, org.cloudfoundry.identity.uaa.account.ResetPasswordAuthenticationFilter@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.springframework.security.web.context.SecurityContextPersistenceFilter@7059ae75, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1731d174, org.springframework.security.web.header.HeaderWriterFilter@67ec3b87, org.springframework.security.web.csrf.CsrfFilter@1805c290, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2592fde3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3c313254, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3a070656, org.springframework.security.web.session.SessionManagementFilter@ca052c4, org.springframework.security.web.access.ExceptionTranslationFilter@3e6fdb56, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@5d9c5790, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e27988c, org.springframework.security.web.header.HeaderWriterFilter@4fb1419b, org.springframework.security.web.csrf.CsrfFilter@36808311, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@91f6286, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5bae78d1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1ed657a6, org.springframework.security.web.session.SessionManagementFilter@2cfcd766, org.springframework.security.web.access.ExceptionTranslationFilter@5e058b2d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@4e8f4ec1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@363af61f, org.springframework.security.web.header.HeaderWriterFilter@120c6a93, org.springframework.security.web.csrf.CsrfFilter@5be89c2e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fa528d4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e4eb131, org.springframework.security.web.access.ExceptionTranslationFilter@7fe70a99, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@4a12995b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@52e29135, org.springframework.security.web.header.HeaderWriterFilter@694c338c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@25bfa50, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c5d6301, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a702a86, org.springframework.security.web.session.SessionManagementFilter@1228ba17, org.springframework.security.web.access.ExceptionTranslationFilter@4f7c4b78, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@6d296af6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c3d6b4b, org.springframework.security.web.header.HeaderWriterFilter@5b3d822f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@fa28861, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@29fa2db9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1eaa7cfe, org.springframework.security.web.session.SessionManagementFilter@29b1a9fe, org.springframework.security.web.access.ExceptionTranslationFilter@324bcd29, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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.springframework.security.web.context.SecurityContextPersistenceFilter@2bb0290a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1e0deab9, org.springframework.security.web.header.HeaderWriterFilter@42c9d184, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@203a9c2d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@a680959, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7b41728f, org.springframework.security.web.session.SessionManagementFilter@7708c992, org.springframework.security.web.access.ExceptionTranslationFilter@3a7e8aa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@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/**'], [org.cloudfoundry.identity.uaa.authentication.UaaSamlLogoutFilter@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.ZoneAwareMetadataDisplayFilter@5078a1c6]


   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.springframework.security.web.context.SecurityContextPersistenceFilter@345ab9c1, org.springframework.security.saml.SAMLProcessingFilter@7ba11]


   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/**'], [org.springframework.security.saml.SAMLLogoutProcessingFilter@6d8d7c9c]


   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.springframework.security.web.context.SecurityContextPersistenceFilter@345ab9c1, org.springframework.security.saml.SAMLProcessingFilter@329a780b]


   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: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.saml.metadata.MetadataGeneratorFilter@4bb5ac9a, org.cloudfoundry.identity.uaa.security.web.HttpsHeaderFilter@551e670d, org.springframework.security.web.context.SecurityContextPersistenceFilter@5cf97407, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@342d2b, org.springframework.security.web.header.HeaderWriterFilter@660390cb, org.springframework.security.web.authentication.logout.LogoutFilter@4083b509, org.springframework.security.openid.OpenIDAuthenticationFilter@574db852, org.cloudfoundry.identity.uaa.provider.saml.idp.IdpMetadataGeneratorFilter@76319ae5, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/login/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@6bec26fd, org.cloudfoundry.identity.uaa.provider.saml.LoginSamlEntryPoint@14c75210, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/logout/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@682b224a, org.cloudfoundry.identity.uaa.authentication.UaaSamlLogoutFilter@1fd796b6, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/metadata/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@2a63fabb, org.cloudfoundry.identity.uaa.provider.saml.ZoneAwareMetadataDisplayFilter@5078a1c6, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/idp/metadata/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@77ec63f7, org.springframework.security.saml.metadata.MetadataDisplayFilter@656d4fad, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/SSO/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@447c4527, org.springframework.security.web.context.SecurityContextPersistenceFilter@345ab9c1, org.springframework.security.saml.SAMLProcessingFilter@7ba11, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/SingleLogout/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@75741690, org.springframework.security.saml.SAMLLogoutProcessingFilter@6d8d7c9c, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]], [ Ant [pattern='/saml/discovery/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@40779ca7, org.cloudfoundry.identity.uaa.provider.saml.LoginSamlDiscovery@6ed406c6, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@62fa3b26]]]], org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5490bc85, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@72e39e4d, org.springframework.security.web.session.SessionManagementFilter@2776c617, org.springframework.security.web.access.ExceptionTranslationFilter@5b18f4fa, org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter@abd0f88, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@64c2e964, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/idp/SSO/**'], [org.cloudfoundry.identity.uaa.authentication.UTF8ConversionFilter@cced920, org.cloudfoundry.identity.uaa.security.web.CorsFilter@51380e4d, org.cloudfoundry.identity.uaa.zone.IdentityZoneResolvingFilter@6b8db310, org.cloudfoundry.identity.uaa.oauth.DisableIdTokenResponseTypeFilter@1191fa36, org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$HttpsEnforcementFilter@7515dd95, org.springframework.security.web.context.SecurityContextPersistenceFilter@345ab9c1, org.springframework.security.saml.SAMLProcessingFilter@329a780b, org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter@7ab707ab, org.cloudfoundry.identity.uaa.scim.DisableUserManagementSecurityFilter@695b6f9a, org.cloudfoundry.identity.uaa.scim.DisableInternalUserManagementFilter@7c242ede, org.cloudfoundry.identity.uaa.authentication.SessionResetFilter@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

Comments

  • spgreenberg
    spgreenberg Posts: 86
    edited July 2017

    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

  • amuller
    amuller Posts: 14
    edited August 2017

    #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

     

  • spgreenberg
    spgreenberg Posts: 86
    edited August 2017

    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.

Categories

Upcoming Training