Error in deploying uaa component

530 views
Skip to first unread message

Musket

unread,
Feb 9, 2015, 6:22:43 AM2/9/15
to vcap...@cloudfoundry.org
Hi ,

I have made changes to the uaa component using the LDAP configurations which i have made and then run the ./grafle run

But it is not able to deploy the same giving the error

16:46:56.694 [INFO] [org.gradle.api.internal.project.ant.AntLoggingAdapter] Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
16:46:56.698 [WARN] [org.gradle.api.internal.project.ant.AntLoggingAdapter] org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
16:46:56.707 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':cargoRunLocal'
16:46:56.709 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :cargoRunLocal FAILED
16:46:56.713 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :cargoRunLocal (Thread[main,5,main]) completed. Took 2 mins 28.767 secs.
16:46:56.714 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[main,5,main]] finished, busy: 4 mins 0.366 secs, idle: 0.332 secs
16:46:56.778 [ERROR] [org.gradle.BuildExceptionReporter]
16:46:56.785 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
16:46:56.788 [ERROR] [org.gradle.BuildExceptionReporter]
16:46:56.793 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
16:46:56.799 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':cargoRunLocal'.
16:46:56.817 [ERROR] [org.gradle.BuildExceptionReporter] > org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
16:46:56.823 [ERROR] [org.gradle.BuildExceptionReporter]
16:46:56.829 [ERROR] [org.gradle.BuildExceptionReporter] * Exception is:
16:46:56.857 [ERROR] [org.gradle.BuildExceptionReporter] org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':cargoRunLocal'.
16:46:56.875 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
16:46:56.890 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
16:46:56.907 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
16:46:56.909 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
16:46:56.914 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
16:46:56.937 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42)
16:46:56.944 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
16:46:56.952 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
16:46:56.975 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
16:46:56.982 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:296)
16:46:57.001 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.executeTask(AbstractTaskPlanExecutor.java:79)
16:46:57.031 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:63)
16:46:57.039 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:51)
16:46:57.046 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:23)
16:46:57.063 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:86)
16:46:57.070 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:29)
16:46:57.076 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
16:46:57.092 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23)
16:46:57.099 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:67)
16:46:57.105 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
16:46:57.122 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
16:46:57.129 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:54)
16:46:57.135 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:148)
16:46:57.151 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:105)
16:46:57.158 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:85)
16:46:57.165 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:81)
16:46:57.185 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:33)
16:46:57.192 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:24)
16:46:57.207 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:39)
16:46:57.208 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:29)
16:46:57.209 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:50)
16:46:57.215 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:171)
16:46:57.217 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:237)
16:46:57.219 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:210)
16:46:57.220 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:35)
16:46:57.222 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:24)
16:46:57.223 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:206)
16:46:57.224 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:169)
16:46:57.226 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
16:46:57.227 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
16:46:57.228 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.Main.doAction(Main.java:33)
16:46:57.230 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
16:46:57.231 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:54)
16:46:57.232 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:35)
16:46:57.234 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
16:46:57.235 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
16:46:57.236 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
16:46:57.237 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:56)
16:46:57.238 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: : org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
16:46:57.240 [ERROR] [org.gradle.BuildExceptionReporter]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)
16:46:57.241 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.project.ant.BasicAntBuilder.nodeCompleted(BasicAntBuilder.java:71)
16:46:57.242 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.project.ant.BasicAntBuilder.doInvokeMethod(BasicAntBuilder.java:86)
16:46:57.243 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.tasks.local.LocalCargoContainerTask.runAction(LocalCargoContainerTask.groovy:172)
16:46:57.245 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.tasks.AbstractCargoContainerTask$_start_closure1.doCall(AbstractCargoContainerTask.groovy:92)
16:46:57.246 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.tasks.AbstractCargoContainerTask$_start_closure1.doCall(AbstractCargoContainerTask.groovy)
16:46:57.247 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.util.LoggingHandler.withAntLoggingListener(LoggingHandler.groovy:38)
16:46:57.248 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.util.LoggingHandler$withAntLoggingListener.call(Unknown Source)
16:46:57.250 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.plugins.cargo.tasks.AbstractCargoContainerTask.start(AbstractCargoContainerTask.groovy:91)
16:46:57.251 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:63)
16:46:57.253 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:218)
16:46:57.254 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:211)
16:46:57.255 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:200)
16:46:57.257 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:570)
16:46:57.258 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:553)
16:46:57.259 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
16:46:57.260 [ERROR] [org.gradle.BuildExceptionReporter]     at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
16:46:57.262 [ERROR] [org.gradle.BuildExceptionReporter]     ... 47 more
16:46:57.263 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
16:46:57.264 [ERROR] [org.gradle.BuildExceptionReporter]     at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
16:46:57.266 [ERROR] [org.gradle.BuildExceptionReporter]     at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:353)
16:46:57.267 [ERROR] [org.gradle.BuildExceptionReporter]     at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:231)
16:46:57.268 [ERROR] [org.gradle.BuildExceptionReporter]     at org.codehaus.cargo.ant.CargoTask.executeActions(CargoTask.java:585)
16:46:57.269 [ERROR] [org.gradle.BuildExceptionReporter]     at org.codehaus.cargo.ant.CargoTask.execute(CargoTask.java:532)
16:46:57.270 [ERROR] [org.gradle.BuildExceptionReporter]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
16:46:57.271 [ERROR] [org.gradle.BuildExceptionReporter]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
16:46:57.273 [ERROR] [org.gradle.BuildExceptionReporter]     ... 63 more
16:46:57.274 [ERROR] [org.gradle.BuildExceptionReporter]
16:46:57.275 [LIFECYCLE] [org.gradle.BuildResultLogger]
16:46:57.276 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED
16:46:57.278 [LIFECYCLE] [org.gradle.BuildResultLogger]
16:46:57.279 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 5 mins 6.93 secs
16:46:57.292 [DEBUG] [org.gradle.api.internal.tasks.compile.daemon.CompilerDaemonManager] Stopping 0 compiler daemon(s).
16:46:57.294 [INFO] [org.gradle.api.internal.tasks.compile.daemon.CompilerDaemonManager] Stopped 0 compiler daemon(s).
16:46:57.305 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for settings file '/home/enachou/Projects/cloudfoundry/uaa/settings.gradle' (/home/enachou/.gradle/caches/2.0/scripts/settings_7ej07l9b1gc7e1aus232faiu6p/SettingsScript/buildscript).
16:46:57.307 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for settings file '/home/enachou/Projects/cloudfoundry/uaa/settings.gradle' (/home/enachou/.gradle/caches/2.0/scripts/settings_7ej07l9b1gc7e1aus232faiu6p/SettingsScript/no_buildscript).
16:46:57.309 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_5m8uq8g2pc6egphh3bkm5fb6ir/ProjectScript/buildscript).
16:46:57.311 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_5m8uq8g2pc6egphh3bkm5fb6ir/ProjectScript/no_buildscript).
16:46:57.312 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for script '/home/enachou/Projects/cloudfoundry/uaa/shared_versions.gradle' (/home/enachou/.gradle/caches/2.0/scripts/shared_versions_tia12env1fvfr2v44m364gvu9/DefaultScript/buildscript).
16:46:57.314 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for script '/home/enachou/Projects/cloudfoundry/uaa/shared_versions.gradle' (/home/enachou/.gradle/caches/2.0/scripts/shared_versions_tia12env1fvfr2v44m364gvu9/DefaultScript/no_buildscript).
16:46:57.316 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/common/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_619g91tde3tnr9d8ajtt59nos/ProjectScript/buildscript).
16:46:57.317 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/common/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_619g91tde3tnr9d8ajtt59nos/ProjectScript/no_buildscript).
16:46:57.319 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for script '/home/enachou/Projects/cloudfoundry/uaa/common/build_properties.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_properties_1ocbo263i090vfvrhknt05oaq0/DefaultScript/buildscript).
16:46:57.320 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for script '/home/enachou/Projects/cloudfoundry/uaa/common/build_properties.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_properties_1ocbo263i090vfvrhknt05oaq0/DefaultScript/no_buildscript).
16:46:57.321 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/login/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_69m5q9rii2ert2pplh5k1p2i1h/ProjectScript/buildscript).
16:46:57.322 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/login/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_69m5q9rii2ert2pplh5k1p2i1h/ProjectScript/no_buildscript).
16:46:57.324 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/scim/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_1uafi7j6g708vgrk9nlsd5mvp1/ProjectScript/buildscript).
16:46:57.325 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/scim/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_1uafi7j6g708vgrk9nlsd5mvp1/ProjectScript/no_buildscript).
16:46:57.327 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/uaa/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_vsrnclk4pk7satsgnu55rn9ns/ProjectScript/buildscript).
16:46:57.328 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/uaa/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_vsrnclk4pk7satsgnu55rn9ns/ProjectScript/no_buildscript).
16:46:57.329 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/samples/api/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_tmf7tb0pkv2vnpi686mn90636/ProjectScript/buildscript).
16:46:57.330 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/samples/api/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_tmf7tb0pkv2vnpi686mn90636/ProjectScript/no_buildscript).
16:46:57.331 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/samples/app/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_4l04lv78fdccdc2qctrqql0uu7/ProjectScript/buildscript).
16:46:57.333 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file '/home/enachou/Projects/cloudfoundry/uaa/samples/app/build.gradle' (/home/enachou/.gradle/caches/2.0/scripts/build_4l04lv78fdccdc2qctrqql0uu7/ProjectScript/no_buildscript).
16:46:57.455 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache taskArtifacts.bin (/home/enachou/Projects/cloudfoundry/uaa/.gradle/2.0/taskArtifacts/taskArtifacts.bin)
16:46:57.456 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileHashes.bin (/home/enachou/Projects/cloudfoundry/uaa/.gradle/2.0/taskArtifacts/fileHashes.bin)
16:46:57.458 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileSnapshots.bin (/home/enachou/Projects/cloudfoundry/uaa/.gradle/2.0/taskArtifacts/fileSnapshots.bin)
16:46:57.459 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache outputFileStates.bin (/home/enachou/Projects/cloudfoundry/uaa/.gradle/2.0/taskArtifacts/outputFileStates.bin)
16:46:57.460 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on task history cache (/home/enachou/Projects/cloudfoundry/uaa/.gradle/2.0/taskArtifacts).
16:46:57.477 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-metadata.bin (/home/enachou/.gradle/caches/modules-2/metadata-2.12/module-metadata.bin)
16:46:57.479 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache artifact-at-repository.bin (/home/enachou/.gradle/caches/modules-2/metadata-2.12/artifact-at-repository.bin)
16:46:57.480 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on artifact cache (/home/enachou/.gradle/caches/modules-2).
16:46:57.487 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.CachedStoreFactory] Resolution result cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs)
16:46:57.488 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.CachedStoreFactory] Resolved configuration cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs)
16:46:57.489 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.ResolutionResultsStoreFactory] Deleted 2 resolution results binary files in 0.004 secs
16:46:57.508 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.memcache.InMemoryCachedRepositoryFactory] In-memory dependency metadata cache closed. Repos cached: 82, cache instances: 9, modules served from cache: 548, artifacts: 516

Filip Hanik

unread,
Feb 9, 2015, 9:40:46 AM2/9/15
to vcap...@cloudfoundry.org
Your Gradle Cargo container is timing out. I would run
./gradlew -i run (to get more log output)

There is a timeout setting if you need to extend it, read more about it here

--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/ac59a1ff-90e4-450e-b143-795ae0b1365f%40cloudfoundry.org.

To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.

Musket

unread,
Feb 10, 2015, 6:33:12 AM2/10/15
to vcap...@cloudfoundry.org
Thanks Filip,

Now it is working. i am new to this application and read about the documentation for how to integrate uaa with LDAP.

i have done the changes in the uaa.yml file which is located at uaa/src/resources/uaa.yml and it took the changes too which is marked in bold below. Is there is any thing else which i also have to configure about this.


, entityBaseURL=http://localhost:8080/uaa, entityID=cloudfoundry-saml-login, saml={nameID=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified, assertionConsumerIndex=0, signMetaData=true, signRequest=true, socket={connectionManagerTimeout=10000, soTimeout=10000}}, authorize={url=http://localhost:8080/uaa/oauth/authorize}}, uaa={url=http://localhost:8080/uaa, token={url=http://localhost:8080/uaa/oauth/token}, approvals={url=http://localhost:8080/uaa/approvals}, login={url=http://localhost:8080/uaa/authenticate}}, LOGIN_SECRET=loginsecret}
[2015-02-10 13:33:52.847] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Loaded 1 document from YAML resource: class path resource [login.yml]
[2015-02-10 13:33:52.903] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Merging document (no matchers set){ldap={profile={file=ldap/ldap-search-and-bind.xml}, base={url=ldap://169.144.108.112:389/, userDn=cn=Directory Manager, password=#, searchBase=dc=opusers,dc=com, searchFilter=cn={0}}}, oauth={user={authorities=[openid, scim.me, cloud_controller.read, cloud_controller.write, cloud_controller_service_permissions.read, password.write, scim.userids, uaa.user, approvals.me, oauth.approvals]}}}
[2015-02-10 13:33:52.904] cloudfoundry-identity-uaa - ???? [localhost-startStop-1] .... DEBUG --- YamlProcessor: Loaded 1 document from YAML resource: class path resource [uaa.yml]
Feb 10, 2015 1:33:53 PM org.apache.catalina.core.ApplicationContext log
INFO: Loading log4j config from location: classpath:log4j.properties
[2015-02-10 13:33:53.064] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlWebApplicationContext: Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Feb 10 13:33:53 IST 2015]; root of context hierarchy

[2015-02-10 13:33:53.228] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml]
[2015-02-10 13:33:55.390] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [spring/data-source.xml]
[2015-02-10 13:33:55.681] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [spring/env.xml]
[2015-02-10 13:33:56.049] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/audit.xml]
[2015-02-10 13:33:56.173] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SpringSecurityCoreVersion: You are running with Spring Security Core 3.2.4.RELEASE
[2015-02-10 13:33:56.175] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SecurityNamespaceHandler: Spring Security 'config' module version is 3.2.4.RELEASE
[2015-02-10 13:33:56.336] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/oauth-clients.xml]
[2015-02-10 13:33:56.535] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/login-server-security.xml]
[2015-02-10 13:33:57.149] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/oauth-endpoints.xml]
[2015-02-10 13:33:57.722] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/scim-endpoints.xml]
[2015-02-10 13:33:58.319] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/approvals-endpoints.xml]
[2015-02-10 13:33:58.589] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- GlobalMethodSecurityBeanDefinitionParser: Expressions were enabled for method security but no SecurityExpressionHandler was configured. All hasPermision() expressions will evaluate to false.
[2015-02-10 13:33:58.641] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/client-admin-endpoints.xml]
[2015-02-10 13:33:59.019] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/resource-endpoints.xml]
[2015-02-10 13:33:59.298] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/openid-endpoints.xml]
[2015-02-10 13:33:59.458] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/password-endpoints.xml]
[2015-02-10 13:33:59.604] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/codestore-endpoints.xml]
[2015-02-10 13:33:59.772] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [login-ui.xml]
[2015-02-10 13:34:00.457] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- XmlBeanDefinitionReader: Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/saml-providers.xml]
[2015-02-10 13:34:00.601] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  WARN --- MatcherType: 'path-type' is deprecated. Please use 'request-matcher' instead.
[2015-02-10 13:34:11.384] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#4346dd14' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.041] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.078] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#47dacbf' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.095] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#1' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.121] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#32d16943' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.127] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#2' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.140] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#3aa84992' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.146] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#3' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.159] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#1aa525b4' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.166] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#4' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.179] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#1c212f75' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.185] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#5' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.200] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#6bb950df' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.214] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#6' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.234] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#498661a3' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.245] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#7' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.263] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#5baa9a49' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.274] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#8' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.300] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#17547102' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.328] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#9' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.347] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#4ecf5462' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.358] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#10' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.435] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.452] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2a680988' of type [class org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.480] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#5d99214' of type [class org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.499] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.517] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.security.methodSecurityMetadataSourceAdvisor' of type [class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.550] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2a99bb8b' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.560] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#11' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.576] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#55308571' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.590] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#12' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.630] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#1d6bf013' of type [class org.springframework.aop.aspectj.AspectJAroundAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.651] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#13' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.673] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#2f0dbfb8' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.692] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#14' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.724] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#5ddaa719' of type [class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.739] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#15' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.752] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#7a609854' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.760] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#16' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.773] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#5df2e6ae' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.780] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#17' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.805] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#462bd95e' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.820] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#18' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.838] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#7a160c36' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.850] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#19' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.866] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean '(inner bean)#1fb815b' of type [class org.springframework.aop.aspectj.AspectJAfterReturningAdvice] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.876] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#20' of type [class org.springframework.aop.aspectj.AspectJPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.927] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:12.966] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:13.013] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- PostProcessorRegistrationDelegate$BeanPostProcessorChecker: Bean 'org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$ReasonPhrase#372c7c30' of type [class org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor$ReasonPhrase] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2015-02-10 13:34:13.953] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- Version: HV000001: Hibernate Validator 4.3.1.Final
[2015-02-10 13:34:17.243] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
[2015-02-10 13:34:17.922] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
[2015-02-10 13:34:17.923] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.5.2
[2015-02-10 13:34:18.238] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.5.3
[2015-02-10 13:34:18.256] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- ScriptUtils: Executing SQL script from class path resource [org/cloudfoundry/identity/uaa/db/hsqldb/V1_5_2__initial_db.sql]
[2015-02-10 13:34:18.280] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- ScriptUtils: Executed SQL script from class path resource [org/cloudfoundry/identity/uaa/db/hsqldb/V1_5_2__initial_db.sql] in 23 ms.
[2015-02-10 13:34:18.341] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.5.5
[2015-02-10 13:34:18.449] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.6.0
[2015-02-10 13:34:18.536] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.7.0
[2015-02-10 13:34:18.645] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.7.1
[2015-02-10 13:34:18.716] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.7.3
[2015-02-10 13:34:18.777] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.8.4
[2015-02-10 13:34:18.838] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Migrating schema "PUBLIC" to version 1.10.0
[2015-02-10 13:34:18.897] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:01.662s).
[2015-02-10 13:34:19.335] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- MBeanExporter: Registering beans for JMX exposure on startup
[2015-02-10 13:34:19.407] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- MBeanExporter: Located managed bean 'spring.application:type=DataSource,name=dataSource': registering with JMX server as MBean [spring.application:type=DataSource,name=dataSource]
[2015-02-10 13:34:22.766] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__qjuiem_0), params: {__qjuiem_0=%openid%}
[2015-02-10 13:34:22.767] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__qjuiem_0), params: {__qjuiem_0=%openid%}
[2015-02-10 13:34:22.884] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 2b0b45df-7fe4-4bd2-823a-749c903671f3
[2015-02-10 13:34:22.902] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__rltdym_0), params: {__rltdym_0=%scim.me%}
[2015-02-10 13:34:22.903] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__rltdym_0), params: {__rltdym_0=%scim.me%}
[2015-02-10 13:34:22.909] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 2ef9e1d5-e758-4696-a337-c091cac959cd
[2015-02-10 13:34:22.918] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__x6lvvb_0), params: {__x6lvvb_0=%cloud_controller.read%}
[2015-02-10 13:34:22.919] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__x6lvvb_0), params: {__x6lvvb_0=%cloud_controller.read%}
[2015-02-10 13:34:22.924] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: adf53a0b-ce98-477b-8078-c7ebb5c6f738
[2015-02-10 13:34:22.933] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__ilpbyy_0), params: {__ilpbyy_0=%cloud_controller.write%}
[2015-02-10 13:34:22.934] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__ilpbyy_0), params: {__ilpbyy_0=%cloud_controller.write%}
[2015-02-10 13:34:22.939] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 597650f2-978f-4214-a7ba-a4fa391da12b
[2015-02-10 13:34:22.949] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__f6kxya_0), params: {__f6kxya_0=%cloud_controller_service_permissions.read%}
[2015-02-10 13:34:22.949] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__f6kxya_0), params: {__f6kxya_0=%cloud_controller_service_permissions.read%}
[2015-02-10 13:34:22.956] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 3f5b1c1a-e621-447c-a39e-5678fedd052b
[2015-02-10 13:34:22.970] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__b2brdg_0), params: {__b2brdg_0=%password.write%}
[2015-02-10 13:34:22.971] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__b2brdg_0), params: {__b2brdg_0=%password.write%}
[2015-02-10 13:34:22.979] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 346b0985-2c1e-4ed4-9681-7c2e85b9b7ee
[2015-02-10 13:34:22.992] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__08xva3_0), params: {__08xva3_0=%scim.userids%}
[2015-02-10 13:34:22.993] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__08xva3_0), params: {__08xva3_0=%scim.userids%}
[2015-02-10 13:34:23.001] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: ddf66002-1358-4e23-b312-a45e8a326a52
[2015-02-10 13:34:23.014] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__krlcoy_0), params: {__krlcoy_0=%uaa.user%}
[2015-02-10 13:34:23.015] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__krlcoy_0), params: {__krlcoy_0=%uaa.user%}
[2015-02-10 13:34:23.022] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 92990e86-0abe-4f30-8ec7-61088c68f2dd
[2015-02-10 13:34:23.034] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__ch4afe_0), params: {__ch4afe_0=%approvals.me%}
[2015-02-10 13:34:23.035] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__ch4afe_0), params: {__ch4afe_0=%approvals.me%}
[2015-02-10 13:34:23.042] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: e23b5b38-b828-4a73-81aa-d301379367bc
[2015-02-10 13:34:23.054] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) LIKE LOWER(:__wlk5wk_0), params: {__wlk5wk_0=%oauth.approvals%}
[2015-02-10 13:34:23.055] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) LIKE LOWER(:__wlk5wk_0), params: {__wlk5wk_0=%oauth.approvals%}
[2015-02-10 13:34:23.062] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: c708c23d-adee-4d96-a1bf-ed28322f8784
[2015-02-10 13:34:26.835] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- MBeanExporter: Registering beans for JMX exposure on startup
[2015-02-10 13:34:26.883] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- MBeanExporter: Located managed bean 'spring.application:type=Config,name=uaa': registering with JMX server as MBean [spring.application:type=Config,name=uaa]
[2015-02-10 13:34:27.086] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/resources/**'], []
[2015-02-10 13:34:27.130] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/favicon.ico'], []
[2015-02-10 13:34:27.150] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/info'], []
[2015-02-10 13:34:27.167] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/password/**'], []
[2015-02-10 13:34:27.184] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/healthz/**'], []
[2015-02-10 13:34:27.201] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/web/**'], []
[2015-02-10 13:34:27.230] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/vendor/**'], []
[2015-02-10 13:34:27.252] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/error'], []
[2015-02-10 13:34:27.278] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/forgot_password*'], []
[2015-02-10 13:34:27.307] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/reset_password'], []
[2015-02-10 13:34:27.333] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/email_sent'], []
[2015-02-10 13:34:27.355] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/create_account*'], []
[2015-02-10 13:34:27.372] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/accounts/email_sent'], []
[2015-02-10 13:34:29.180] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthenticateRequestMatcher) ['/authenticate', [application/json]], [org.springframework.security.web.context.SecurityContextPersistenceFilter@216d7532, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@192936c3, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@85fee9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5d227343, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@bd637a, org.springframework.security.web.session.SessionManagementFilter@11cddef7, org.springframework.security.web.access.ExceptionTranslationFilter@62e93342, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3c2464c9]
[2015-02-10 13:34:29.199] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/authenticate/**'], []
[2015-02-10 13:34:29.539] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthorizeRequestMatcher) ['/oauth/authorize', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@3c943220, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2566f1f2, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@85fee9, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@9965a0d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6df21065, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2f128f47, org.springframework.security.web.session.SessionManagementFilter@6b7c9675, org.springframework.security.web.access.ExceptionTranslationFilter@407a1274, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@e519ebe]
[2015-02-10 13:34:29.991] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginTokenRequestMatcher) ['/oauth/token', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@65ed1a6b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@31619b14, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.cloudfoundry.identity.uaa.authentication.manager.ScopeAuthenticationFilter@85fee9, org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter@7f0c575f, org.cloudfoundry.identity.uaa.authentication.LoginServerTokenEndpointFilter@33c5f23, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7089f47d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@71127443, org.springframework.security.web.session.SessionManagementFilter@728f14b3, org.springframework.security.web.access.ExceptionTranslationFilter@f982e87, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5016a910]
[2015-02-10 13:34:30.180] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(loginAuthorizeRequestMatcherOld) ['/oauth/authorize', [application/json]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@2a75b53b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@15cd4a44, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@9965a0d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58c6c18a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@60cc788e, org.springframework.security.web.session.SessionManagementFilter@ffee448, org.springframework.security.web.access.ExceptionTranslationFilter@273d3b2c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@24f7d9d4]
[2015-02-10 13:34:30.427] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/password_*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@3c59e6af, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@32380a1d, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7d200fac, org.springframework.security.web.access.ExceptionTranslationFilter@43e52561, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@78f92619]
[2015-02-10 13:34:30.539] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/email_*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1609735a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@46742503, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@60ca491c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@732a0c17, org.springframework.security.web.access.ExceptionTranslationFilter@4d7ff512, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@bb2987e]
[2015-02-10 13:34:31.695] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(passcodeTokenMatcher) ['/oauth/token', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@70e76a37, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@68ee7ac9, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.cloudfoundry.identity.uaa.login.PasscodeAuthenticationFilter@12268f99, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@219d8f1e, org.springframework.security.web.access.ExceptionTranslationFilter@6f1f0bcf, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5f407c07]
[2015-02-10 13:34:32.056] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/token/**'], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@6e79ae35, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@769c523c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.cloudfoundry.identity.uaa.authentication.BackwardsCompatibleTokenEndpointAuthenticationFilter@10db1dfa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@218d10bb, org.springframework.security.web.access.ExceptionTranslationFilter@34457632, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3c52e76d]
[2015-02-10 13:34:32.323] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeRequestMatcher) ['/oauth/authorize', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@6aebaa6c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1601cf4b, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@50d05036, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1c4232ad, org.springframework.security.web.access.ExceptionTranslationFilter@3e0d0a59, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4a2278e2]
[2015-02-10 13:34:32.459] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(oauthAuthorizeRequestMatcherOld) ['/oauth/authorize', [application/json, application/x-www-form-urlencoded]], [org.cloudfoundry.identity.uaa.oauth.BackwardsCompatibleScopeParsingFilter@4a95fb09, org.springframework.security.web.context.SecurityContextPersistenceFilter@4451e298, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5bf38c32, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@50d05036, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@527955c7, org.springframework.security.web.access.ExceptionTranslationFilter@1beea61e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@50dc09e5]
[2015-02-10 13:34:32.874] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(groupsUpdateRequestMatcher) ['/Groups'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@13f650b8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@102d6a45, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@159be04f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2ca36d9e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1d71b6f7, org.springframework.security.web.access.ExceptionTranslationFilter@14a3213b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@61dab312]
[2015-02-10 13:34:32.990] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(groupsReadRequestMatcher) ['/Groups'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@367eb371, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3836dbaa, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@159be04f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@198f92bb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@20ea4019, org.springframework.security.web.access.ExceptionTranslationFilter@73163a30, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@38466057]
[2015-02-10 13:34:33.171] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/groups/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@5e5d8ea8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5040e7fe, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@159be04f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@553efddb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a8c6096, org.springframework.security.web.access.ExceptionTranslationFilter@76192577, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6ceae433]
[2015-02-10 13:34:33.347] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/user*/*/password'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1659b05a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5a48f02c, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@6a900702, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15bc4af6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7cdd679f, org.springframework.security.web.access.ExceptionTranslationFilter@2bbe37c4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@553f3b4b]
[2015-02-10 13:34:33.577] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/users/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@795a6ab5, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1f13cf51, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@159be04f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d8fdec7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@206b0299, org.springframework.security.web.access.ExceptionTranslationFilter@51779b6f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@37dbe32]
[2015-02-10 13:34:33.797] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/ids/users*'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@a815cd2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@32f4e461, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@6bbdb669, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7412dec1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2de8c70, org.springframework.security.web.access.ExceptionTranslationFilter@60d60e88, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5543463]
[2015-02-10 13:34:33.968] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/approvals/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@66aab7df, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@520dc621, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@64aca9d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@183c0ca5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e623111, org.springframework.security.web.access.ExceptionTranslationFilter@50835a77, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5fa863ec]
[2015-02-10 13:34:34.132] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/*/secret'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@5f1f5123, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@108019f, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@34a26e40, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@13f446bf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@a50afd5, org.springframework.security.web.access.ExceptionTranslationFilter@3747ce3d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4b352325]
[2015-02-10 13:34:34.357] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/tx/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2456def8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@43487e6b, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@34a26e40, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c63c54f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a2eecb7, org.springframework.security.web.access.ExceptionTranslationFilter@6eb6f803, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e54c5be]
[2015-02-10 13:34:34.514] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/oauth/clients/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2e5091d8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b9713a9, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@34a26e40, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b8bd29a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@48afa335, org.springframework.security.web.access.ExceptionTranslationFilter@30411db, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@304269]
[2015-02-10 13:34:34.616] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/check_token'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@481f2bfc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7680d261, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3741b0f, org.springframework.security.web.access.ExceptionTranslationFilter@3b9c778e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d6d2a35]
[2015-02-10 13:34:34.751] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/token_key'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@48f819ae, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@185e13ef, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@486ebc68, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5e1374fe, org.springframework.security.web.access.ExceptionTranslationFilter@4f65fff2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@31869197]
[2015-02-10 13:34:34.878] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/clientinfo'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1a32b948, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@78223367, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@d5ceccf, org.springframework.security.web.access.ExceptionTranslationFilter@4fbf10e3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@8edcffc]
[2015-02-10 13:34:35.047] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/userinfo'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2d107cea, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1578fdc3, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@3a5c1838, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@743a2276, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@14acac97, org.springframework.security.web.access.ExceptionTranslationFilter@5476f81b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4e9adfef]
[2015-02-10 13:34:35.210] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/codes/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2baf00e2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e630bd5, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@289e0591, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1e7f876c, org.springframework.security.web.access.ExceptionTranslationFilter@4693d318, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1307f0db]
[2015-02-10 13:34:35.536] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: UAAPath(autologinAuthorizeRequestMatcher) ['/oauth/authorize'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1cf6af22, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@763f009, org.cloudfoundry.identity.uaa.authentication.AuthzAuthenticationFilter@3223e2a9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@51f5def6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65011283, org.springframework.security.web.session.SessionManagementFilter@29668a43, org.springframework.security.web.access.ExceptionTranslationFilter@aff49f1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7e4f72da]
[2015-02-10 13:34:35.629] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/autologin'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@43e53e8f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7f6e411b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@bf57f1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1f7494f9, org.springframework.security.web.access.ExceptionTranslationFilter@1ee07791, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@22c9e06d]
[2015-02-10 13:34:36.080] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: org.cloudfoundry.identity.uaa.security.web.DelegatingRequestMatcher@288baff1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@6acc0c02, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7a288e14, org.springframework.security.web.authentication.logout.LogoutFilter@7c8801b3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4527cea4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@386f9474, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@257b689e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4911704b, org.springframework.security.web.session.SessionManagementFilter@17e37167, org.springframework.security.web.access.ExceptionTranslationFilter@552a2d71, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@440d8165]
[2015-02-10 13:34:36.179] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/reset_password.do'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@46745141, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e82a689, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3383ad42, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@9e3e27a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5029bca8, org.springframework.security.web.session.SessionManagementFilter@6420e2b5, org.springframework.security.web.access.ExceptionTranslationFilter@2b040c6e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@16cc1fd2]
[2015-02-10 13:34:36.264] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_email'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@60aba7d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2a5967a4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@53a355b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@84fc752, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2da6dcc1, org.springframework.security.web.session.SessionManagementFilter@25e71a51, org.springframework.security.web.access.ExceptionTranslationFilter@6770cf47, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1f38735f]
[2015-02-10 13:34:36.372] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/verify_user'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@79ef9502, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@601ff4d8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5203c235, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@74c34fa3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@42a19238, org.springframework.security.web.session.SessionManagementFilter@7d86bcb4, org.springframework.security.web.access.ExceptionTranslationFilter@18cf0dce, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@41935c1b]
[2015-02-10 13:34:36.469] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/invitations/accept'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@56a164ec, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7de8ee62, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@477aa482, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@44c67777, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41cd48e7, org.springframework.security.web.session.SessionManagementFilter@c6d5771, org.springframework.security.web.access.ExceptionTranslationFilter@5e87c216, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@22d762d6]
[2015-02-10 13:34:41.019] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SamlLoginServerKeyManager: Loaded service provider certificate service-provider-cert
[2015-02-10 13:34:43.377] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  WARN --- RealmVerifier: RP discovery / realm validation disabled;
[2015-02-10 13:34:43.621] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/login/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlEntryPoint@19366a69]
[2015-02-10 13:34:43.621] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/logout/**'], [org.springframework.security.saml.SAMLLogoutFilter@4384206d]
[2015-02-10 13:34:43.622] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/metadata/**'], [org.springframework.security.saml.metadata.MetadataDisplayFilter@176cf6bc]
[2015-02-10 13:34:43.622] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/sso/**'], [org.springframework.security.saml.SAMLProcessingFilter@72babca7]
[2015-02-10 13:34:43.623] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/singlelogout/**'], [org.springframework.security.saml.SAMLLogoutProcessingFilter@41b7b2c9]
[2015-02-10 13:34:43.624] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: Ant [pattern='/saml/discovery/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlDiscovery@33acbd4]
[2015-02-10 13:34:43.792] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultSecurityFilterChain: Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.saml.metadata.MetadataGeneratorFilter@70b90ee1, org.cloudfoundry.identity.web.HttpsHeaderFilter@5800f98, org.springframework.security.web.context.SecurityContextPersistenceFilter@1a7fc6fa, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3ae054ad, org.springframework.security.web.authentication.logout.LogoutFilter@5dd7480d, org.springframework.security.openid.OpenIDAuthenticationFilter@60bb7d9c, FilterChainProxy[Filter Chains: [[ Ant [pattern='/saml/login/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlEntryPoint@19366a69]], [ Ant [pattern='/saml/logout/**'], [org.springframework.security.saml.SAMLLogoutFilter@4384206d]], [ Ant [pattern='/saml/metadata/**'], [org.springframework.security.saml.metadata.MetadataDisplayFilter@176cf6bc]], [ Ant [pattern='/saml/sso/**'], [org.springframework.security.saml.SAMLProcessingFilter@72babca7]], [ Ant [pattern='/saml/singlelogout/**'], [org.springframework.security.saml.SAMLLogoutProcessingFilter@41b7b2c9]], [ Ant [pattern='/saml/discovery/**'], [org.cloudfoundry.identity.uaa.login.saml.LoginSamlDiscovery@33acbd4]]]], org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3533be61, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5817ed90, org.springframework.security.web.session.SessionManagementFilter@aedb61f, org.springframework.security.web.access.ExceptionTranslationFilter@7c4fb2d3, org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter@54657a67, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@52472b7a]
[2015-02-10 13:34:43.895] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:43.974] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:43.975] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:43.976] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:43.977] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:43.978] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:43.979] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:43.980] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:43.981] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:43.982] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:43.985] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:43.996] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:43.998] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:43.999] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.000] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.001] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.001] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.002] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.003] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.004] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.005] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.006] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:44.008] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:44.009] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.010] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.011] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.012] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.013] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.014] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.015] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.016] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.017] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.018] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:44.019] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:44.021] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.022] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.023] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.024] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.025] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.026] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.027] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.028] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.029] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.030] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:44.031] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:44.033] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.034] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.035] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.035] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.036] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.037] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.038] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.039] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.039] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.040] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:44.042] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:44.044] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.045] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.046] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.046] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.047] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.048] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.049] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.050] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.050] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.051] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:44.053] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DefaultFilterChainValidator: Checking whether login URL '/login' is accessible with your configuration
[2015-02-10 13:34:44.055] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/cp/login'; '/cp/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.056] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:34:44.056] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:34:44.057] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:34:44.058] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/cp/login'; '/cp/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.059] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.060] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:34:44.060] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.061] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/cp/login'; '/cp/Groups' with parameters={} and headers {}
[2015-02-10 13:34:44.062] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/cp/login'; '/cp/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:34:48.597] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/confirm_access],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
[2015-02-10 13:34:48.609] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/authorize],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
[2015-02-10 13:34:48.611] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map<java.lang.String, java.lang.String>,java.util.Map<java.lang.String, ?>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
[2015-02-10 13:34:48.615] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- FrameworkEndpointHandlerMapping: Mapped "{[/oauth/token],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>)
[2015-02-10 13:34:50.397] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Filtering groups with SQL: sql: (LOWER(userName) = LOWER(:__qjl3k2_0) AND LOWER(origin) = LOWER(:__qjl3k2_1)), params: {__qjl3k2_1=uaa, __qjl3k2_0=marissa}
[2015-02-10 13:34:50.398] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: complete sql: select id,version,created,lastModified,username,email,givenName,familyName,active,phoneNumber,verified,origin,external_id  from users where (LOWER(userName) = LOWER(:__qjl3k2_0) AND LOWER(origin) = LOWER(:__qjl3k2_1)), params: {__qjl3k2_1=uaa, __qjl3k2_0=marissa}
[2015-02-10 13:34:50.414] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimUserBootstrap: Registering new user account: [UaaUser {id=NaN, username=marissa, email=mar...@test.org, givenName=Marissa, familyName=Bloggs}]
[2015-02-10 13:35:04.412] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Creating new user: marissa
[2015-02-10 13:35:04.451] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- Audit: UserCreatedEvent ('["user_id=9a9de2dc-6057-4e0c-ae3f-1f1e2425f02a","username=marissa"]'): principal=9a9de2dc-6057-4e0c-ae3f-1f1e2425f02a, origin=[caller=null, ]
[2015-02-10 13:35:04.455] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimUserBootstrap: Adding to group: uaa.user
[2015-02-10 13:35:04.458] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__tz8fpm_0), params: {__tz8fpm_0=uaa.user}
[2015-02-10 13:35:04.459] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__tz8fpm_0), params: {__tz8fpm_0=uaa.user}
[2015-02-10 13:35:04.595] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: groups: [acme, acme.dev, acme.qa, clients.admin, clients.read, clients.secret, clients.write, cloud_controller.admin, organizations.acme, scim.read, scim.write, uaa.admin, uaa.resource]
[2015-02-10 13:35:04.596] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: admins: {}, members: {acme=[acme.dev, acme.qa], acme.dev=[marissa]}
[2015-02-10 13:35:04.597] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: acme
[2015-02-10 13:35:04.598] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 66effca4-0088-4fd1-b790-cd5c4babef80
[2015-02-10 13:35:04.609] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: acme.dev
[2015-02-10 13:35:04.610] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: f873855d-16c5-4c50-b099-46fa0e4de19a
[2015-02-10 13:35:04.620] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: acme.qa
[2015-02-10 13:35:04.620] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: a87c73ab-5ba0-442e-9612-aaa21d8107ca
[2015-02-10 13:35:04.628] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.admin
[2015-02-10 13:35:04.629] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 044833d9-40d8-4d40-9b89-96920aa42997
[2015-02-10 13:35:04.636] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.read
[2015-02-10 13:35:04.637] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: c30ed991-9042-48d7-9f80-6779c76fd340
[2015-02-10 13:35:04.645] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.secret
[2015-02-10 13:35:04.645] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 0697e566-33bc-4dd9-aa52-76ca7a153e13
[2015-02-10 13:35:04.653] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: clients.write
[2015-02-10 13:35:04.654] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 622f7579-9716-47a8-9b13-2ce9f6c5d3e6
[2015-02-10 13:35:04.663] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: cloud_controller.admin
[2015-02-10 13:35:04.664] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: d72b0b3d-fcd9-4a20-8597-b9c2c3e5287a
[2015-02-10 13:35:04.673] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: organizations.acme
[2015-02-10 13:35:04.674] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: dac8bae1-8d62-47bf-871f-58ccb2c9e0dc
[2015-02-10 13:35:04.684] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: scim.read
[2015-02-10 13:35:04.684] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 6ea73c77-004b-4bbd-9339-05a05bd34c04
[2015-02-10 13:35:04.699] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: scim.write
[2015-02-10 13:35:04.700] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: f69bd670-977a-4c6b-b65c-f72aa41bfce8
[2015-02-10 13:35:04.736] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: uaa.admin
[2015-02-10 13:35:04.741] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: d4b4ed86-f057-4680-84d5-4441d4c0bb6b
[2015-02-10 13:35:04.753] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding group: uaa.resource
[2015-02-10 13:35:04.754] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 5aee0184-e49b-402b-a7fa-4721ae186fa9
[2015-02-10 13:35:04.767] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__8xtzkv_0), params: {__8xtzkv_0=acme}
[2015-02-10 13:35:04.768] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__8xtzkv_0), params: {__8xtzkv_0=acme}
[2015-02-10 13:35:04.803] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Filtering groups with SQL: sql: LOWER(username) = LOWER(:__odtt8v_0), params: {__odtt8v_0=acme.dev}
[2015-02-10 13:35:04.804] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: complete sql: select id,version,created,lastModified,username,email,givenName,familyName,active,phoneNumber,verified,origin,external_id  from users where LOWER(username) = LOWER(:__odtt8v_0), params: {__odtt8v_0=acme.dev}
[2015-02-10 13:35:04.811] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: user acme.dev does not exist, checking in groups...
[2015-02-10 13:35:04.813] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__tvwyqj_0), params: {__tvwyqj_0=acme.dev}
[2015-02-10 13:35:04.813] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__tvwyqj_0), params: {__tvwyqj_0=acme.dev}
[2015-02-10 13:35:04.838] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Filtering groups with SQL: sql: LOWER(username) = LOWER(:__fclncs_0), params: {__fclncs_0=acme.qa}
[2015-02-10 13:35:04.840] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: complete sql: select id,version,created,lastModified,username,email,givenName,familyName,active,phoneNumber,verified,origin,external_id  from users where LOWER(username) = LOWER(:__fclncs_0), params: {__fclncs_0=acme.qa}
[2015-02-10 13:35:04.846] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: user acme.qa does not exist, checking in groups...
[2015-02-10 13:35:04.849] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__q28a9y_0), params: {__q28a9y_0=acme.qa}
[2015-02-10 13:35:04.849] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__q28a9y_0), params: {__q28a9y_0=acme.qa}
[2015-02-10 13:35:04.873] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [(memberId: f873855d-16c5-4c50-b099-46fa0e4de19a, type: GROUP, roles: [MEMBER]), (memberId: a87c73ab-5ba0-442e-9612-aaa21d8107ca, type: GROUP, roles: [MEMBER])] into group: acme
[2015-02-10 13:35:04.917] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__dj8owy_0), params: {__dj8owy_0=acme.dev}
[2015-02-10 13:35:04.918] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__dj8owy_0), params: {__dj8owy_0=acme.dev}
[2015-02-10 13:35:04.936] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: Filtering groups with SQL: sql: LOWER(username) = LOWER(:__v2ggz4_0), params: {__v2ggz4_0=marissa}
[2015-02-10 13:35:04.936] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimUserProvisioning: complete sql: select id,version,created,lastModified,username,email,givenName,familyName,active,phoneNumber,verified,origin,external_id  from users where LOWER(username) = LOWER(:__v2ggz4_0), params: {__v2ggz4_0=marissa}
[2015-02-10 13:35:04.950] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [(memberId: 9a9de2dc-6057-4e0c-ae3f-1f1e2425f02a, type: USER, roles: [MEMBER])] into group: acme.dev
[2015-02-10 13:35:04.975] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__1dsynx_0), params: {__1dsynx_0=acme.qa}
[2015-02-10 13:35:04.976] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__1dsynx_0), params: {__1dsynx_0=acme.qa}
[2015-02-10 13:35:04.994] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: acme.qa
[2015-02-10 13:35:04.996] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__c1bxmd_0), params: {__c1bxmd_0=clients.admin}
[2015-02-10 13:35:04.996] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__c1bxmd_0), params: {__c1bxmd_0=clients.admin}
[2015-02-10 13:35:05.011] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.admin
[2015-02-10 13:35:05.013] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__fftrt0_0), params: {__fftrt0_0=clients.read}
[2015-02-10 13:35:05.014] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__fftrt0_0), params: {__fftrt0_0=clients.read}
[2015-02-10 13:35:05.028] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.read
[2015-02-10 13:35:05.030] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__h0i5e1_0), params: {__h0i5e1_0=clients.secret}
[2015-02-10 13:35:05.031] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__h0i5e1_0), params: {__h0i5e1_0=clients.secret}
[2015-02-10 13:35:05.048] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.secret
[2015-02-10 13:35:05.050] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__93niko_0), params: {__93niko_0=clients.write}
[2015-02-10 13:35:05.051] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__93niko_0), params: {__93niko_0=clients.write}
[2015-02-10 13:35:05.072] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: clients.write
[2015-02-10 13:35:05.075] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__g0bc0h_0), params: {__g0bc0h_0=cloud_controller.admin}
[2015-02-10 13:35:05.076] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__g0bc0h_0), params: {__g0bc0h_0=cloud_controller.admin}
[2015-02-10 13:35:05.097] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: cloud_controller.admin
[2015-02-10 13:35:05.100] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__d5fiq6_0), params: {__d5fiq6_0=organizations.acme}
[2015-02-10 13:35:05.101] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__d5fiq6_0), params: {__d5fiq6_0=organizations.acme}
[2015-02-10 13:35:05.121] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: organizations.acme
[2015-02-10 13:35:05.124] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__7urple_0), params: {__7urple_0=scim.read}
[2015-02-10 13:35:05.125] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__7urple_0), params: {__7urple_0=scim.read}
[2015-02-10 13:35:05.145] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: scim.read
[2015-02-10 13:35:05.149] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__v6jm8q_0), params: {__v6jm8q_0=scim.write}
[2015-02-10 13:35:05.150] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__v6jm8q_0), params: {__v6jm8q_0=scim.write}
[2015-02-10 13:35:05.169] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: scim.write
[2015-02-10 13:35:05.172] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__rnr7bk_0), params: {__rnr7bk_0=uaa.admin}
[2015-02-10 13:35:05.173] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__rnr7bk_0), params: {__rnr7bk_0=uaa.admin}
[2015-02-10 13:35:05.192] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: uaa.admin
[2015-02-10 13:35:05.194] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__4hzkyi_0), params: {__4hzkyi_0=uaa.resource}
[2015-02-10 13:35:05.195] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__4hzkyi_0), params: {__4hzkyi_0=uaa.resource}
[2015-02-10 13:35:05.215] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimGroupBootstrap: adding members: [] into group: uaa.resource
[2015-02-10 13:35:05.253] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__zspr3a_0), params: {__zspr3a_0=organizations.acme}
[2015-02-10 13:35:05.254] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__zspr3a_0), params: {__zspr3a_0=organizations.acme}
[2015-02-10 13:35:05.271] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__n2vlb5_0), params: {__n2vlb5_0=internal.read}
[2015-02-10 13:35:05.271] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__n2vlb5_0), params: {__n2vlb5_0=internal.read}
[2015-02-10 13:35:05.277] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: 79373943-bf30-486e-9b88-60e006ccd7bb
[2015-02-10 13:35:05.286] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__ale2zb_0), params: {__ale2zb_0=internal.write}
[2015-02-10 13:35:05.286] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__ale2zb_0), params: {__ale2zb_0=internal.write}
[2015-02-10 13:35:05.291] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: b0f755a5-0033-418c-a753-b8dd454c6996
[2015-02-10 13:35:05.300] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__uvbwpp_0), params: {__uvbwpp_0=internal.everything}
[2015-02-10 13:35:05.300] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__uvbwpp_0), params: {__uvbwpp_0=internal.everything}
[2015-02-10 13:35:05.306] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: a9cf6cd0-adda-49fe-a0c4-8ab404bc9cfb
[2015-02-10 13:35:05.315] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: Filtering groups with SQL: sql: LOWER(displayName) = LOWER(:__crwpts_0), params: {__crwpts_0=internal.superuser}
[2015-02-10 13:35:05.316] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: complete sql: select id,displayName,created,lastModified,version from groups where LOWER(displayName) = LOWER(:__crwpts_0), params: {__crwpts_0=internal.superuser}
[2015-02-10 13:35:05.322] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- JdbcScimGroupProvisioning: creating new group with id: b52640ca-4c03-440f-a62f-72ee6be00a73
[2015-02-10 13:35:05.346] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: dac8bae1-8d62-47bf-871f-58ccb2c9e0dc, Name: organizations.acme, created: Tue Feb 10 13:35:05 IST 2015, modified: null, version: 0, externalGroup: cn=test_org,ou=people,o=springsource,o=org)
[2015-02-10 13:35:05.361] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: 79373943-bf30-486e-9b88-60e006ccd7bb, Name: internal.read, created: Tue Feb 10 13:35:05 IST 2015, modified: null, version: 0, externalGroup: cn=developers,ou=scopes,dc=test,dc=com)
[2015-02-10 13:35:05.378] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: b0f755a5-0033-418c-a753-b8dd454c6996, Name: internal.write, created: Tue Feb 10 13:35:05 IST 2015, modified: null, version: 0, externalGroup: cn=operators,ou=scopes,dc=test,dc=com)
[2015-02-10 13:35:05.391] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: a9cf6cd0-adda-49fe-a0c4-8ab404bc9cfb, Name: internal.everything, created: Tue Feb 10 13:35:05 IST 2015, modified: null, version: 0, externalGroup: cn=superusers,ou=scopes,dc=test,dc=com)
[2015-02-10 13:35:05.408] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] .... DEBUG --- ScimExternalGroupBootstrap: adding external group mapping: (Group id: b52640ca-4c03-440f-a62f-72ee6be00a73, Name: internal.superuser, created: Tue Feb 10 13:35:05 IST 2015, modified: null, version: 0, externalGroup: cn=superusers,ou=scopes,dc=test,dc=com)
[2015-02-10 13:35:06.354] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
[2015-02-10 13:35:07.966] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SimpleUrlHandlerMapping: Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
[2015-02-10 13:35:08.256] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#1'
[2015-02-10 13:35:09.917] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- SimpleUrlHandlerMapping: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#2'
Feb 10, 2015 1:35:10 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/cargo/conf/webapps/uaa.war has finished in 81,882 ms
Feb 10, 2015 1:35:10 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /tmp/cargo/conf/webapps/cargocpc.war
[2015-02-10 13:35:10.258] cloudfoundry-identity-uaa/uaa - ???? [localhost-startStop-1] ....  INFO --- DispatcherServlet: FrameworkServlet 'spring': initialization completed in 77912 ms
Feb 10, 2015 1:35:10 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /tmp/cargo/conf/webapps/cargocpc.war has finished in 498 ms
Feb 10, 2015 1:35:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /tmp/cargo/conf/webapps/manager
Feb 10, 2015 1:35:11 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory /tmp/cargo/conf/webapps/manager has finished in 291 ms
Feb 10, 2015 1:35:11 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /tmp/cargo/conf/webapps/host-manager
Feb 10, 2015 1:35:11 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory /tmp/cargo/conf/webapps/host-manager has finished in 236 ms
Feb 10, 2015 1:35:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 10, 2015 1:35:11 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 10, 2015 1:35:11 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 146145 ms
Tomcat 7.x started on port [8080]
[ant:cargo] Press Ctrl-C to stop the container...
Press Ctrl-C to stop the container...
[2015-02-10 13:35:11.926] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.940] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.942] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:35:11.943] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.926] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.945] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:35:11.946] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.947] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:35:11.948] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.948] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.949] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.950] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.951] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:35:11.952] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.953] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.941] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:35:11.954] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:11.955] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:35:11.956] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.956] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.957] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.957] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.958] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.959] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:35:11.960] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:11.960] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.961] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:35:11.960] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.964] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:11.965] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:35:11.968] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-7] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request GET /uaa/
[2015-02-10 13:35:11.972] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request GET /uaa/login
[2015-02-10 13:35:11.969] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-3] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request GET /uaa/login
[2015-02-10 13:35:12.249] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:12.250] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:35:12.251] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:35:12.252] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:35:12.254] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:12.254] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:12.255] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:35:12.256] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:12.257] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:35:12.258] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:35:12.259] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request GET /uaa/login
[2015-02-10 13:35:12.456] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- TemplateEngine: [THYMELEAF] INITIALIZING TEMPLATE ENGINE
[2015-02-10 13:35:12.805] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- AbstractTemplateResolver: [THYMELEAF] INITIALIZING TEMPLATE RESOLVER: org.thymeleaf.templateresolver.TemplateResolver
[2015-02-10 13:35:12.806] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- AbstractTemplateResolver: [THYMELEAF] TEMPLATE RESOLVER INITIALIZED OK
[2015-02-10 13:35:12.807] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- AbstractMessageResolver: [THYMELEAF] INITIALIZING MESSAGE RESOLVER: org.thymeleaf.spring4.messageresolver.SpringMessageResolver
[2015-02-10 13:35:12.808] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- AbstractMessageResolver: [THYMELEAF] MESSAGE RESOLVER INITIALIZED OK
[2015-02-10 13:35:12.829] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- CONFIG: [THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Cache Factory implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template modes:
[THYMELEAF]     * XHTML
[THYMELEAF]     * VALIDXML
[THYMELEAF]     * HTML5
[THYMELEAF]     * VALIDXHTML
[THYMELEAF]     * XML
[THYMELEAF]     * LEGACYHTML5
[THYMELEAF] * Template resolvers (in order):
[THYMELEAF]     * org.thymeleaf.templateresolver.TemplateResolver
[THYMELEAF] * Message resolvers (in order):
[THYMELEAF]     * org.thymeleaf.spring4.messageresolver.SpringMessageResolver
[THYMELEAF] * Dialect [1 of 3]: org.thymeleaf.spring4.dialect.SpringStandardDialect
[THYMELEAF]     * Prefix: "th"
[THYMELEAF] * Dialect [2 of 3]: nz.net.ultraq.thymeleaf.LayoutDialect
[THYMELEAF]     * Prefix: "layout"
[THYMELEAF] * Dialect [3 of 3]: org.thymeleaf.extras.springsecurity3.dialect.SpringSecurityDialect
[THYMELEAF]     * Prefix: "sec"
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
[2015-02-10 13:35:12.830] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- TemplateEngine: [THYMELEAF] TEMPLATE ENGINE INITIALIZED
[2015-02-10 13:35:14.268] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-4] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'org.springframework.security.web.DefaultSecurityFilterChain#6' processing request GET /uaa/vendor/font-awesome/css/font-awesome.min.css
[2015-02-10 13:35:14.273] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-1] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'org.springframework.security.web.DefaultSecurityFilterChain#0' processing request GET /uaa/resources/oss/stylesheets/application.css
[2015-02-10 13:35:14.671] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-4] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'org.springframework.security.web.DefaultSecurityFilterChain#0' processing request GET /uaa/resources/oss/images/logo.png
[2015-02-10 13:36:05.000] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:36:05.001] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:36:05.002] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:36:05.002] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login.do'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:36:05.003] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/login.do'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.003] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.004] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login.do'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.004] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:36:05.005] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:36:05.006] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/login.do'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:36:05.007] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request POST /uaa/login.do
[2015-02-10 13:36:05.013] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- AuthzAuthenticationManager: Processing authentication request for mister....@operator.com
[2015-02-10 13:36:05.037] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] .... DEBUG --- AuthzAuthenticationManager: No user named 'mister....@operator.com' was found for origin:uaa
[2015-02-10 13:36:05.054] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- Audit: UserNotFound (''): principal=i5G1K1oezd9HJiStp6zdVaUkb8s=, origin=[remoteAddress=127.0.0.1, sessionId=FD560121662F6816829E4352B901AF8F]
[2015-02-10 13:36:05.059] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-2] ....  INFO --- Audit: PrincipalAuthenticationFailure ('null'): principal=mister....@operator.com, origin=[127.0.0.1]
[2015-02-10 13:36:05.116] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthenticateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/authenticate' with parameters={} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:36:05.117] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={source=login} and headers {accept=[application/json]}
[2015-02-10 13:36:05.118] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginTokenRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={source=login, grant_type=password, add_new=} and headers {Authorization=[bearer ], accept=[application/json]}
[2015-02-10 13:36:05.119] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [loginAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={login={} and headers {accept=[application/json]}
[2015-02-10 13:36:05.120] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [passcodeTokenMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/token' with parameters={grant_type=password, passcode=} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.121] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, source=credentials} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.121] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [oauthAuthorizeRequestMatcherOld] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=token, credentials={} and headers {accept=[application/json, application/x-www-form-urlencoded]}
[2015-02-10 13:36:05.122] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [groupsUpdateRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:36:05.123] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [groupsReadRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/Groups' with parameters={} and headers {}
[2015-02-10 13:36:05.124] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- UaaRequestMatcher: [autologinAuthorizeRequestMatcher] Checking match of request : '/uaa/login'; '/uaa/oauth/authorize' with parameters={response_type=code, code=} and headers {}
[2015-02-10 13:36:05.125] cloudfoundry-identity-uaa - ???? [http-bio-8080-exec-8] .... DEBUG --- SecurityFilterChainPostProcessor$UaaLoggingFilter: Filter chain 'uiSecurity' processing request GET /uaa/login
> Building 97% > :cargoRunLocal

Filip Hanik

unread,
Feb 10, 2015, 9:38:19 AM2/10/15
to vcap...@cloudfoundry.org
in uaa.yml you will also need

spring_profiles: ldap

in order for the ldap settings to take effect.




--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
Reply all
Reply to author
Forward
0 new messages