cloudfoundry / uaa

CloudFoundry User Account and Authentication (UAA) Server
Apache License 2.0
1.58k stars 827 forks source link

MYUAA app does not start in after deploying to CF #1515

Closed ravindraP20 closed 3 years ago

ravindraP20 commented 3 years ago

SECURITY NOTICE: If you have found a security problem in the UAA, please do not file a public github issue. Instead, please send an email to security@cloudfoundry.org

Thanks for taking the time to file an issue. You'll minimize back and forth and help us help you more effectively by answering all of the following questions as specifically and completely as you can.

What version of UAA are you running?

Latest What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json'? nothing(blank)

How are you deploying the UAA?

I am deploying the UAA to CF

What did you do?

git clone git://github.com/cloudfoundry/uaa.git cd uaa ./gradlew :cloudfoundry-identity-uaa:war cf push MYUAA -m 2G -p uaa/build/libs/cloudfoundry-identity-uaa-0.0.0.war --no-start cf set-env MYUAA SPRING_PROFILES_ACTIVE default cf start MYUAA

The app does not start after cf start MYUAA. It fails with errors.

What did you expect to see? What goal are you trying to achieve with the UAA?

curl -H "Accept: application/json" APP-FQDN/login

MYUAA app should start instead of crashing

What did you see instead?

cf logs MYUAA --recent

2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:07:40.52+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:07:41.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:07:41.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:07:41.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:41.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:41.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:41.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,292] ms 2021-01-27T09:07:41.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:07:41.13+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:07:41.13+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:07:45.47+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 7408702f-1331-4b71-7096-00c1 2021-01-27T09:07:45.47+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 7408702f-1331-4b71-7096-00c1 2021-01-27T09:07:45.47+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:07:45.49+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"7408702f-1331-4b71-7096-00c1", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>2, "crash_timestamp"=>1611738465431464022, "version"=>"04dd44fc-b05b-4b89-8982-9cd737d4b82f"} 2021-01-27T09:07:45.50+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 378ace5b-6c60-4ae9-5185-8a3a 2021-01-27T09:07:45.79+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 378ace5b-6c60-4ae9-5185-8a3a 2021-01-27T09:07:45.80+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 7408702f-1331-4b71-7096-00c1 2021-01-27T09:07:46.35+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:07:46.44+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:07:47.05+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:07:47.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 460 ms 2021-01-27T09:07:47.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:07:47.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:07:47.09+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:07:47.75+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:07:47.79+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:07:48.35+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:07:48.35+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:07:48.37+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:48.37+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:48.37+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:07:48.38+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,284] ms 2021-01-27T09:07:48.38+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:07:48.39+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:07:48.39+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:07:52.73+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 378ace5b-6c60-4ae9-5185-8a3a 2021-01-27T09:07:52.73+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 378ace5b-6c60-4ae9-5185-8a3a 2021-01-27T09:07:52.76+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:07:52.78+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"378ace5b-6c60-4ae9-5185-8a3a", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>3, "crash_timestamp"=>1611738472731037792, "version"=>"04dd44fc-b05b-4b89-8982-9cd737d4b82f"} 2021-01-27T09:07:53.04+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 378ace5b-6c60-4ae9-5185-8a3a 2021-01-27T09:08:42.57+0000 [API/0] OUT Creating build for app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 2021-01-27T09:08:43.22+0000 [STG/0] OUT Downloading binary_buildpack... 2021-01-27T09:08:43.22+0000 [STG/0] OUT Downloading php_buildpack... 2021-01-27T09:08:43.22+0000 [STG/0] OUT Downloading go_buildpack... 2021-01-27T09:08:43.22+0000 [STG/0] OUT Downloading dotnet_core_buildpack... 2021-01-27T09:08:43.23+0000 [STG/0] OUT Downloading nodejs_buildpack... 2021-01-27T09:08:43.27+0000 [STG/0] OUT Downloaded dotnet_core_buildpack 2021-01-27T09:08:43.27+0000 [STG/0] OUT Downloading python_buildpack... 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloaded binary_buildpack 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloading java_buildpack... 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloaded go_buildpack 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloaded nodejs_buildpack 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloading ruby_buildpack... 2021-01-27T09:08:43.28+0000 [STG/0] OUT Downloading staticfile_buildpack... 2021-01-27T09:08:43.29+0000 [STG/0] OUT Downloaded java_buildpack 2021-01-27T09:08:43.30+0000 [STG/0] OUT Downloaded php_buildpack 2021-01-27T09:08:43.30+0000 [STG/0] OUT Downloaded staticfile_buildpack 2021-01-27T09:08:43.31+0000 [STG/0] OUT Downloaded python_buildpack 2021-01-27T09:08:43.34+0000 [STG/0] OUT Downloaded ruby_buildpack 2021-01-27T09:08:43.34+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance bda9ebc1-e98f-4aa6-bc8f-a79e2038628e 2021-01-27T09:08:43.60+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance bda9ebc1-e98f-4aa6-bc8f-a79e2038628e 2021-01-27T09:08:43.71+0000 [STG/0] OUT Downloading app package... 2021-01-27T09:08:43.71+0000 [STG/0] OUT Downloading build artifacts cache... 2021-01-27T09:08:45.97+0000 [STG/0] OUT Downloaded app package (60M) 2021-01-27T09:08:47.92+0000 [STG/0] OUT Downloaded build artifacts cache (51.6M) 2021-01-27T09:08:57.83+0000 [STG/0] OUT -----> Java Buildpack v4.16.1 | https://github.com/cloudfoundry/java-buildpack.git#41b8ff8 2021-01-27T09:08:58.03+0000 [STG/0] OUT -----> Downloading Jvmkill Agent 1.16.0_RELEASE from https://java-buildpack.cloudfoundry.org/jvmkill/trusty/x86_64/jvmkill-1.16.0-RELEASE.so (found in cache) 2021-01-27T09:08:58.06+0000 [STG/0] OUT -----> Downloading Open Jdk JRE 1.8.0_222 from https://java-buildpack.cloudfoundry.org/openjdk/trusty/x86_64/openjdk-jre-1.8.0_222-trusty.tar.gz (found in cache) 2021-01-27T09:08:59.02+0000 [STG/0] OUT Expanding Open Jdk JRE to .java-buildpack/open_jdk_jre (0.9s) 2021-01-27T09:08:59.02+0000 [STG/0] OUT JVM DNS caching disabled in lieu of BOSH DNS caching 2021-01-27T09:08:59.05+0000 [STG/0] OUT -----> Downloading Open JDK Like Memory Calculator 3.13.0_RELEASE from https://java-buildpack.cloudfoundry.org/memory-calculator/trusty/x86_64/memory-calculator-3.13.0-RELEASE.tar.gz (found in cache) 2021-01-27T09:09:00.25+0000 [STG/0] OUT Loaded Classes: 23670, Threads: 250 2021-01-27T09:09:00.29+0000 [STG/0] OUT -----> Downloading Client Certificate Mapper 1.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/client-certificate-mapper/client-certificate-mapper-1.11.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.32+0000 [STG/0] OUT -----> Downloading Container Customizer 2.6.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-customizer/container-customizer-2.6.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.34+0000 [STG/0] OUT -----> Downloading Container Security Provider 1.18.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-security-provider/container-security-provider-1.18.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.37+0000 [STG/0] OUT -----> Downloading Spring Auto Reconfiguration 2.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/auto-reconfiguration/auto-reconfiguration-2.11.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.39+0000 [STG/0] OUT -----> Downloading Tomcat Instance 8.5.61 from https://java-buildpack.cloudfoundry.org/tomcat/tomcat-8.5.61.tar.gz (found in cache) 2021-01-27T09:09:00.53+0000 [STG/0] OUT Expanding Tomcat Instance to .java-buildpack/tomcat (0.1s) 2021-01-27T09:09:00.56+0000 [STG/0] OUT -----> Downloading Tomcat Access Logging Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-access-logging-support/tomcat-access-logging-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.58+0000 [STG/0] OUT -----> Downloading Tomcat Lifecycle Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-lifecycle-support/tomcat-lifecycle-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T09:09:00.61+0000 [STG/0] OUT -----> Downloading Tomcat Logging Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-logging-support/tomcat-logging-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T09:09:15.76+0000 [STG/0] OUT Exit status 0 2021-01-27T09:09:15.76+0000 [STG/0] OUT Uploading droplet, build artifacts cache... 2021-01-27T09:09:15.76+0000 [STG/0] OUT Uploading droplet... 2021-01-27T09:09:15.76+0000 [STG/0] OUT Uploading build artifacts cache... 2021-01-27T09:09:16.97+0000 [STG/0] OUT Uploaded build artifacts cache (51.6M) 2021-01-27T09:09:17.58+0000 [API/0] OUT Creating droplet for app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 2021-01-27T09:09:22.47+0000 [STG/0] OUT Uploaded droplet (110.4M) 2021-01-27T09:09:22.50+0000 [STG/0] OUT Uploading complete 2021-01-27T09:09:22.82+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance bda9ebc1-e98f-4aa6-bc8f-a79e2038628e 2021-01-27T09:09:22.82+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance bda9ebc1-e98f-4aa6-bc8f-a79e2038628e 2021-01-27T09:09:23.24+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 23aa1964-e7ba-4b77-7573-b2b1 2021-01-27T09:09:25.61+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 23aa1964-e7ba-4b77-7573-b2b1 2021-01-27T09:09:30.92+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 444 ms 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,291] ms 2021-01-27T09:09:34.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:09:34.32+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:09:34.32+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:09:34.46+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance bda9ebc1-e98f-4aa6-bc8f-a79e2038628e 2021-01-27T09:09:38.97+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 23aa1964-e7ba-4b77-7573-b2b1 2021-01-27T09:09:38.97+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 23aa1964-e7ba-4b77-7573-b2b1 2021-01-27T09:09:38.97+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:09:38.98+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"23aa1964-e7ba-4b77-7573-b2b1", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>1, "crash_timestamp"=>1611738578930270677, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:09:39.00+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance c4627efd-4093-4998-55eb-225c 2021-01-27T09:09:39.28+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 23aa1964-e7ba-4b77-7573-b2b1 2021-01-27T09:09:39.30+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance c4627efd-4093-4998-55eb-225c 2021-01-27T09:09:40.46+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:09:40.53+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:09:41.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:09:41.15+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 457 ms 2021-01-27T09:09:41.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:09:41.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:09:41.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:09:41.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:09:41.90+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:09:42.46+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:09:42.46+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:09:42.49+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:42.49+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:42.49+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:42.50+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,315] ms 2021-01-27T09:09:42.50+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:09:42.54+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:09:42.55+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:09:46.77+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance c4627efd-4093-4998-55eb-225c 2021-01-27T09:09:46.77+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance c4627efd-4093-4998-55eb-225c 2021-01-27T09:09:46.78+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:09:46.80+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"c4627efd-4093-4998-55eb-225c", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>2, "crash_timestamp"=>1611738586715273705, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:09:46.81+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 61744a42-5af1-4405-6dbc-51fd 2021-01-27T09:09:47.09+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance c4627efd-4093-4998-55eb-225c 2021-01-27T09:09:47.11+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 61744a42-5af1-4405-6dbc-51fd 2021-01-27T09:09:47.80+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:09:47.88+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:09:48.48+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:09:48.50+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 450 ms 2021-01-27T09:09:48.51+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:09:48.51+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:09:48.52+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:09:49.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:09:49.22+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:09:49.76+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:09:49.76+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:09:49.79+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:49.79+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:49.79+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:09:49.80+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,275] ms 2021-01-27T09:09:49.80+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:09:49.82+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:09:49.83+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:09:54.04+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 61744a42-5af1-4405-6dbc-51fd 2021-01-27T09:09:54.04+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 61744a42-5af1-4405-6dbc-51fd 2021-01-27T09:09:54.07+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:09:54.09+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"61744a42-5af1-4405-6dbc-51fd", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>3, "crash_timestamp"=>1611738594037318594, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:09:54.36+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 61744a42-5af1-4405-6dbc-51fd 2021-01-27T09:10:50.39+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 1649c6ad-d99a-4466-6faf-06ad 2021-01-27T09:10:50.67+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 1649c6ad-d99a-4466-6faf-06ad 2021-01-27T09:10:51.34+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:10:51.41+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:10:51.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:10:52.01+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 444 ms 2021-01-27T09:10:52.02+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:10:52.02+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:10:52.03+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:10:52.67+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:10:52.72+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:10:53.26+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:10:53.26+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:10:53.29+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:10:53.29+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:10:53.29+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:10:53.30+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,264] ms 2021-01-27T09:10:53.30+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:10:53.31+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:10:53.31+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:10:57.66+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 1649c6ad-d99a-4466-6faf-06ad 2021-01-27T09:10:57.66+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 1649c6ad-d99a-4466-6faf-06ad 2021-01-27T09:10:57.68+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:10:57.70+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"1649c6ad-d99a-4466-6faf-06ad", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>4, "crash_timestamp"=>1611738657632515049, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:10:57.95+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 1649c6ad-d99a-4466-6faf-06ad 2021-01-27T09:12:20.57+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 92a89daf-96ab-4c89-49d5-7897 2021-01-27T09:12:20.85+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 92a89daf-96ab-4c89-49d5-7897 2021-01-27T09:12:21.51+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:12:21.59+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:12:22.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:12:22.20+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 446 ms 2021-01-27T09:12:22.20+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:12:22.21+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:12:22.22+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:12:23.35+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:12:23.40+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:12:23.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:12:23.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:12:23.98+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:12:23.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:12:23.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:12:23.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,765] ms 2021-01-27T09:12:23.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:12:24.01+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:12:24.01+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:12:28.81+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 92a89daf-96ab-4c89-49d5-7897 2021-01-27T09:12:28.81+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 92a89daf-96ab-4c89-49d5-7897 2021-01-27T09:12:28.83+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:12:28.87+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"92a89daf-96ab-4c89-49d5-7897", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>5, "crash_timestamp"=>1611738748803046131, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:12:29.11+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 92a89daf-96ab-4c89-49d5-7897 2021-01-27T09:14:50.83+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance ff4bc844-3118-4fa0-5ae7-8705 2021-01-27T09:14:51.12+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance ff4bc844-3118-4fa0-5ae7-8705 2021-01-27T09:14:52.02+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:14:52.10+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:14:52.69+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:14:52.71+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 445 ms 2021-01-27T09:14:52.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:14:52.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:14:52.73+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:14:53.37+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:14:53.41+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:14:53.93+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:14:53.93+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:14:53.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:14:53.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:14:53.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:14:53.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,230] ms 2021-01-27T09:14:53.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:14:54.03+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:14:54.03+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:14:58.55+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance ff4bc844-3118-4fa0-5ae7-8705 2021-01-27T09:14:58.55+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance ff4bc844-3118-4fa0-5ae7-8705 2021-01-27T09:14:58.58+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:14:58.59+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"ff4bc844-3118-4fa0-5ae7-8705", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>6, "crash_timestamp"=>1611738898532293426, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:14:58.87+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance ff4bc844-3118-4fa0-5ae7-8705 2021-01-27T09:19:21.19+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance a16b58b0-1ca6-4cc3-74c3-a1aa 2021-01-27T09:19:21.47+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance a16b58b0-1ca6-4cc3-74c3-a1aa 2021-01-27T09:19:22.15+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:19:22.24+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:19:22.84+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:19:22.86+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 451 ms 2021-01-27T09:19:22.86+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:19:22.86+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:19:22.88+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:19:23.55+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:19:23.59+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:19:24.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:19:24.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:19:24.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:19:24.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:19:24.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:19:24.17+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,290] ms 2021-01-27T09:19:24.17+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:19:24.19+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:19:24.19+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:19:28.72+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance a16b58b0-1ca6-4cc3-74c3-a1aa 2021-01-27T09:19:28.72+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance a16b58b0-1ca6-4cc3-74c3-a1aa 2021-01-27T09:19:28.74+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:19:28.76+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"a16b58b0-1ca6-4cc3-74c3-a1aa", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>7, "crash_timestamp"=>1611739168711894923, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:19:29.04+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance a16b58b0-1ca6-4cc3-74c3-a1aa 2021-01-27T09:27:51.97+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 5368853f-418a-43dc-4409-bf73 2021-01-27T09:27:52.24+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 5368853f-418a-43dc-4409-bf73 2021-01-27T09:27:52.98+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:27:53.07+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:27:53.67+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:27:53.69+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 459 ms 2021-01-27T09:27:53.70+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:27:53.70+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:27:53.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:27:54.38+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:27:54.42+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:27:54.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:27:54.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:27:54.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:27:54.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:27:54.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:27:54.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,272] ms 2021-01-27T09:27:54.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:27:55.01+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:27:55.01+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:27:59.21+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 5368853f-418a-43dc-4409-bf73 2021-01-27T09:27:59.21+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 5368853f-418a-43dc-4409-bf73 2021-01-27T09:27:59.24+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:27:59.25+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"5368853f-418a-43dc-4409-bf73", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>8, "crash_timestamp"=>1611739679208280955, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:27:59.53+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 5368853f-418a-43dc-4409-bf73 2021-01-27T09:44:24.66+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 812a36c0-57f9-44a6-4674-1c53 2021-01-27T09:44:24.96+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 812a36c0-57f9-44a6-4674-1c53 2021-01-27T09:44:25.67+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T09:44:25.76+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T09:44:26.37+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T09:44:26.39+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 450 ms 2021-01-27T09:44:26.39+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T09:44:26.39+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T09:44:26.41+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T09:44:27.07+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T09:44:27.11+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T09:44:27.65+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T09:44:27.65+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T09:44:27.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:44:27.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:44:27.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T09:44:27.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,275] ms 2021-01-27T09:44:27.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T09:44:27.70+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T09:44:27.70+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T09:44:32.28+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 812a36c0-57f9-44a6-4674-1c53 2021-01-27T09:44:32.28+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 812a36c0-57f9-44a6-4674-1c53 2021-01-27T09:44:32.30+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T09:44:32.32+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"812a36c0-57f9-44a6-4674-1c53", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>9, "crash_timestamp"=>1611740672255211800, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T09:44:33.84+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 812a36c0-57f9-44a6-4674-1c53 2021-01-27T10:00:56.03+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 2d205951-7d00-4056-4d14-0794 2021-01-27T10:00:56.32+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 2d205951-7d00-4056-4d14-0794 2021-01-27T10:00:57.00+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T10:00:57.08+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T10:00:57.68+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T10:00:57.70+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 446 ms 2021-01-27T10:00:57.71+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T10:00:57.71+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T10:00:57.73+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T10:00:58.38+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T10:00:58.43+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T10:00:58.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T10:00:58.96+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T10:00:58.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:00:58.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:00:58.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:00:58.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,267] ms 2021-01-27T10:00:58.99+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T10:00:59.01+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T10:00:59.01+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T10:01:03.44+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 2d205951-7d00-4056-4d14-0794 2021-01-27T10:01:03.44+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 2d205951-7d00-4056-4d14-0794 2021-01-27T10:01:03.47+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T10:01:03.48+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"2d205951-7d00-4056-4d14-0794", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>10, "crash_timestamp"=>1611741663431163810, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T10:01:03.76+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 2d205951-7d00-4056-4d14-0794 2021-01-27T10:17:27.37+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 9fefea17-cc71-4fca-42fa-6aba 2021-01-27T10:17:27.66+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 9fefea17-cc71-4fca-42fa-6aba 2021-01-27T10:17:28.49+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T10:17:28.57+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T10:17:29.16+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T10:17:29.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 442 ms 2021-01-27T10:17:29.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T10:17:29.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T10:17:29.20+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T10:17:29.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T10:17:29.89+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T10:17:30.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T10:17:30.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T10:17:30.45+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:17:30.45+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:17:30.45+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:17:30.46+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,263] ms 2021-01-27T10:17:30.46+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T10:17:30.48+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T10:17:30.48+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T10:17:34.80+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 9fefea17-cc71-4fca-42fa-6aba 2021-01-27T10:17:34.80+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 9fefea17-cc71-4fca-42fa-6aba 2021-01-27T10:17:34.83+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T10:17:34.84+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"9fefea17-cc71-4fca-42fa-6aba", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>11, "crash_timestamp"=>1611742654780529643, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T10:17:35.09+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 9fefea17-cc71-4fca-42fa-6aba 2021-01-27T10:33:58.77+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 5d7c7367-47ab-4200-4996-46b2 2021-01-27T10:33:59.05+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 5d7c7367-47ab-4200-4996-46b2 2021-01-27T10:33:59.88+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T10:33:59.97+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T10:34:00.57+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T10:34:00.59+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 449 ms 2021-01-27T10:34:00.59+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T10:34:00.59+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T10:34:00.61+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T10:34:01.27+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T10:34:01.31+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T10:34:01.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T10:34:01.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T10:34:01.88+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:34:01.88+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:34:01.88+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:34:01.89+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,274] ms 2021-01-27T10:34:01.89+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T10:34:01.90+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T10:34:01.91+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T10:34:06.39+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 5d7c7367-47ab-4200-4996-46b2 2021-01-27T10:34:06.39+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 5d7c7367-47ab-4200-4996-46b2 2021-01-27T10:34:06.41+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T10:34:06.46+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"5d7c7367-47ab-4200-4996-46b2", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>12, "crash_timestamp"=>1611743646383515814, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T10:34:06.70+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 5d7c7367-47ab-4200-4996-46b2 2021-01-27T10:50:30.18+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance a37884ce-c647-492f-40b7-f64d 2021-01-27T10:50:30.47+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance a37884ce-c647-492f-40b7-f64d 2021-01-27T10:50:31.62+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T10:50:31.69+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T10:50:32.28+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T10:50:32.30+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 451 ms 2021-01-27T10:50:32.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T10:50:32.31+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T10:50:32.33+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T10:50:33.00+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T10:50:33.04+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T10:50:33.57+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T10:50:33.57+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T10:50:33.60+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:50:33.60+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:50:33.60+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T10:50:33.60+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,271] ms 2021-01-27T10:50:33.60+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T10:50:33.63+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T10:50:33.63+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T10:50:37.90+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance a37884ce-c647-492f-40b7-f64d 2021-01-27T10:50:37.90+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance a37884ce-c647-492f-40b7-f64d 2021-01-27T10:50:37.92+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T10:50:37.94+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"a37884ce-c647-492f-40b7-f64d", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>13, "crash_timestamp"=>1611744637885220296, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T10:50:38.21+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance a37884ce-c647-492f-40b7-f64d 2021-01-27T11:07:01.54+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 791c5fd3-5a72-49fb-5439-4f54 2021-01-27T11:07:01.82+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 791c5fd3-5a72-49fb-5439-4f54 2021-01-27T11:07:02.42+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T11:07:02.51+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T11:07:03.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T11:07:03.13+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 455 ms 2021-01-27T11:07:03.13+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T11:07:03.13+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T11:07:03.15+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T11:07:03.81+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T11:07:03.84+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T11:07:04.40+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T11:07:04.40+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T11:07:04.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:07:04.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:07:04.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:07:04.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,282] ms 2021-01-27T11:07:04.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T11:07:04.45+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T11:07:04.45+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T11:07:08.76+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 791c5fd3-5a72-49fb-5439-4f54 2021-01-27T11:07:08.76+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 791c5fd3-5a72-49fb-5439-4f54 2021-01-27T11:07:08.79+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T11:07:08.80+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"791c5fd3-5a72-49fb-5439-4f54", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>14, "crash_timestamp"=>1611745628745058267, "version"=>"5999fb0f-65da-4955-90dc-bbe1cb68a2e8"} 2021-01-27T11:07:09.07+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 791c5fd3-5a72-49fb-5439-4f54 2021-01-27T11:08:13.45+0000 [API/0] OUT Updated app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 ({"buildpack"=>"", "disk_quota"=>1024, "environment_json"=>"[PRIVATE DATA HIDDEN]", "health_check_http_endpoint"=>"", "health_check_type"=>"port", "instances"=>1, "memory"=>2048, "name"=>"MYUAA", "space_guid"=>"ee3d86a6-f6e6-45cc-ac48-ef0dee71b231", "state"=>"STOPPED"}) 2021-01-27T11:08:17.68+0000 [API/0] OUT Uploading bits for app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 2021-01-27T11:08:41.25+0000 [API/0] OUT Updated app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 ({"environment_json"=>"[PRIVATE DATA HIDDEN]"}) 2021-01-27T11:08:49.01+0000 [API/0] OUT Creating build for app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 2021-01-27T11:08:49.59+0000 [API/0] OUT Updated app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 ({"state"=>"STARTED"}) 2021-01-27T11:08:49.63+0000 [STG/0] OUT Downloading binary_buildpack... 2021-01-27T11:08:49.63+0000 [STG/0] OUT Downloading dotnet_core_buildpack... 2021-01-27T11:08:49.63+0000 [STG/0] OUT Downloading python_buildpack... 2021-01-27T11:08:49.63+0000 [STG/0] OUT Downloading nodejs_buildpack... 2021-01-27T11:08:49.63+0000 [STG/0] OUT Downloading staticfile_buildpack... 2021-01-27T11:08:49.71+0000 [STG/0] OUT Downloaded nodejs_buildpack 2021-01-27T11:08:49.71+0000 [STG/0] OUT Downloaded staticfile_buildpack 2021-01-27T11:08:49.71+0000 [STG/0] OUT Downloading java_buildpack... 2021-01-27T11:08:49.71+0000 [STG/0] OUT Downloading php_buildpack... 2021-01-27T11:08:49.72+0000 [STG/0] OUT Downloaded python_buildpack 2021-01-27T11:08:49.72+0000 [STG/0] OUT Downloading ruby_buildpack... 2021-01-27T11:08:49.72+0000 [STG/0] OUT Downloaded dotnet_core_buildpack 2021-01-27T11:08:49.72+0000 [STG/0] OUT Downloading go_buildpack... 2021-01-27T11:08:49.74+0000 [STG/0] OUT Downloaded binary_buildpack 2021-01-27T11:08:49.75+0000 [STG/0] OUT Downloaded ruby_buildpack 2021-01-27T11:08:49.75+0000 [STG/0] OUT Downloaded go_buildpack 2021-01-27T11:08:49.75+0000 [STG/0] OUT Downloaded java_buildpack 2021-01-27T11:08:49.79+0000 [STG/0] OUT Downloaded php_buildpack 2021-01-27T11:08:49.79+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance cdc15c4d-a4ae-495e-8eb6-51ab450d1b09 2021-01-27T11:08:50.10+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance cdc15c4d-a4ae-495e-8eb6-51ab450d1b09 2021-01-27T11:08:50.63+0000 [STG/0] OUT Downloading app package... 2021-01-27T11:08:50.63+0000 [STG/0] OUT Downloading build artifacts cache... 2021-01-27T11:08:52.34+0000 [STG/0] OUT Downloaded build artifacts cache (51.6M) 2021-01-27T11:08:53.53+0000 [STG/0] OUT Downloaded app package (60M) 2021-01-27T11:09:03.71+0000 [STG/0] OUT -----> Java Buildpack v4.16.1 | https://github.com/cloudfoundry/java-buildpack.git#41b8ff8 2021-01-27T11:09:03.92+0000 [STG/0] OUT -----> Downloading Jvmkill Agent 1.16.0_RELEASE from https://java-buildpack.cloudfoundry.org/jvmkill/trusty/x86_64/jvmkill-1.16.0-RELEASE.so (found in cache) 2021-01-27T11:09:03.95+0000 [STG/0] OUT -----> Downloading Open Jdk JRE 1.8.0_222 from https://java-buildpack.cloudfoundry.org/openjdk/trusty/x86_64/openjdk-jre-1.8.0_222-trusty.tar.gz (found in cache) 2021-01-27T11:09:04.92+0000 [STG/0] OUT Expanding Open Jdk JRE to .java-buildpack/open_jdk_jre (0.9s) 2021-01-27T11:09:04.92+0000 [STG/0] OUT JVM DNS caching disabled in lieu of BOSH DNS caching 2021-01-27T11:09:04.95+0000 [STG/0] OUT -----> Downloading Open JDK Like Memory Calculator 3.13.0_RELEASE from https://java-buildpack.cloudfoundry.org/memory-calculator/trusty/x86_64/memory-calculator-3.13.0-RELEASE.tar.gz (found in cache) 2021-01-27T11:09:06.14+0000 [STG/0] OUT Loaded Classes: 23670, Threads: 250 2021-01-27T11:09:06.19+0000 [STG/0] OUT -----> Downloading Client Certificate Mapper 1.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/client-certificate-mapper/client-certificate-mapper-1.11.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.22+0000 [STG/0] OUT -----> Downloading Container Customizer 2.6.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-customizer/container-customizer-2.6.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.24+0000 [STG/0] OUT -----> Downloading Container Security Provider 1.18.0_RELEASE from https://java-buildpack.cloudfoundry.org/container-security-provider/container-security-provider-1.18.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.27+0000 [STG/0] OUT -----> Downloading Spring Auto Reconfiguration 2.11.0_RELEASE from https://java-buildpack.cloudfoundry.org/auto-reconfiguration/auto-reconfiguration-2.11.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.30+0000 [STG/0] OUT -----> Downloading Tomcat Instance 8.5.61 from https://java-buildpack.cloudfoundry.org/tomcat/tomcat-8.5.61.tar.gz (found in cache) 2021-01-27T11:09:06.43+0000 [STG/0] OUT Expanding Tomcat Instance to .java-buildpack/tomcat (0.1s) 2021-01-27T11:09:06.46+0000 [STG/0] OUT -----> Downloading Tomcat Access Logging Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-access-logging-support/tomcat-access-logging-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.49+0000 [STG/0] OUT -----> Downloading Tomcat Lifecycle Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-lifecycle-support/tomcat-lifecycle-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T11:09:06.51+0000 [STG/0] OUT -----> Downloading Tomcat Logging Support 3.3.0_RELEASE from https://java-buildpack.cloudfoundry.org/tomcat-logging-support/tomcat-logging-support-3.3.0-RELEASE.jar (found in cache) 2021-01-27T11:09:21.70+0000 [STG/0] OUT Exit status 0 2021-01-27T11:09:21.70+0000 [STG/0] OUT Uploading droplet, build artifacts cache... 2021-01-27T11:09:21.70+0000 [STG/0] OUT Uploading droplet... 2021-01-27T11:09:21.70+0000 [STG/0] OUT Uploading build artifacts cache... 2021-01-27T11:09:22.77+0000 [STG/0] OUT Uploaded build artifacts cache (51.6M) 2021-01-27T11:09:23.65+0000 [API/0] OUT Creating droplet for app with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 2021-01-27T11:09:28.02+0000 [STG/0] OUT Uploaded droplet (110.4M) 2021-01-27T11:09:28.03+0000 [STG/0] OUT Uploading complete 2021-01-27T11:09:28.45+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance cdc15c4d-a4ae-495e-8eb6-51ab450d1b09 2021-01-27T11:09:28.45+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance cdc15c4d-a4ae-495e-8eb6-51ab450d1b09 2021-01-27T11:09:28.83+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 71dc31bd-ae77-4cd6-44ec-373a 2021-01-27T11:09:35.40+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 71dc31bd-ae77-4cd6-44ec-373a 2021-01-27T11:09:37.07+0000 [STG/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance cdc15c4d-a4ae-495e-8eb6-51ab450d1b09 2021-01-27T11:09:41.68+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 472 ms 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T11:09:42.85+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T11:09:43.51+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T11:09:43.55+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T11:09:44.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T11:09:44.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T11:09:44.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:44.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:44.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:44.15+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,708] ms 2021-01-27T11:09:44.15+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T11:09:44.17+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T11:09:44.17+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T11:09:48.90+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T11:09:48.90+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 71dc31bd-ae77-4cd6-44ec-373a 2021-01-27T11:09:48.90+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 71dc31bd-ae77-4cd6-44ec-373a 2021-01-27T11:09:48.92+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"71dc31bd-ae77-4cd6-44ec-373a", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>1, "crash_timestamp"=>1611745788866075530, "version"=>"e09a2e82-37f2-4fd5-85a4-9366ee973613"} 2021-01-27T11:09:48.94+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance b837680f-164a-4664-4365-e5d8 2021-01-27T11:09:49.23+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance b837680f-164a-4664-4365-e5d8 2021-01-27T11:09:49.23+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 71dc31bd-ae77-4cd6-44ec-373a 2021-01-27T11:09:50.38+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T11:09:50.47+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T11:09:51.09+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T11:09:51.10+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 448 ms 2021-01-27T11:09:51.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T11:09:51.11+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T11:09:51.13+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T11:09:51.79+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T11:09:51.83+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T11:09:52.40+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T11:09:52.40+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T11:09:52.42+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:52.42+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:52.42+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:52.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,305] ms 2021-01-27T11:09:52.43+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T11:09:52.46+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T11:09:52.46+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T11:09:56.79+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance b837680f-164a-4664-4365-e5d8 2021-01-27T11:09:56.79+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance b837680f-164a-4664-4365-e5d8 2021-01-27T11:09:56.79+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T11:09:56.82+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"b837680f-164a-4664-4365-e5d8", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>2, "crash_timestamp"=>1611745796750639043, "version"=>"e09a2e82-37f2-4fd5-85a4-9366ee973613"} 2021-01-27T11:09:56.83+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 creating container for instance 22805143-e538-4cd0-7a61-f47c 2021-01-27T11:09:57.10+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance b837680f-164a-4664-4365-e5d8 2021-01-27T11:09:57.14+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully created container for instance 22805143-e538-4cd0-7a61-f47c 2021-01-27T11:09:57.79+0000 [CELL/0] OUT Starting health monitoring of container 2021-01-27T11:09:57.86+0000 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx1426174K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=158977K 2021-01-27T11:09:58.45+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.coyote.http11.Http11NioProtocol INFO Initializing ProtocolHandler ["http-nio-8080"] 2021-01-27T11:09:58.47+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.Catalina INFO Initialization processed in 444 ms 2021-01-27T11:09:58.48+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardService INFO Starting service [Catalina] 2021-01-27T11:09:58.48+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardEngine INFO Starting Servlet Engine: Apache Tomcat/8.5.61 2021-01-27T11:09:58.49+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deploying web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] 2021-01-27T11:09:59.14+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.jasper.servlet.TldScanner INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE Exception starting filter [backwardsCompatibleScopeParameter] 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter]) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2411) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:855) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1327) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:545) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:526) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:150) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:106) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4538) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5181) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1858) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 2021-01-27T11:09:59.18+0000 [APP/PROC/WEB/0] OUT at java.lang.Thread.run(Thread.java:748) 2021-01-27T11:09:59.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE One or more Filters failed to start. Full details will be found in the appropriate container log file 2021-01-27T11:09:59.72+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.core.StandardContext SEVERE Context [] startup failed due to previous errors 2021-01-27T11:09:59.74+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:59.74+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:59.74+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.loader.WebappClassLoaderBase WARNING The web application [ROOT] registered the JDBC driver [org.mariadb.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2021-01-27T11:09:59.75+0000 [APP/PROC/WEB/0] OUT [CONTAINER] org.apache.catalina.startup.HostConfig INFO Deployment of web application directory [/home/vcap/app/.java-buildpack/tomcat/webapps/ROOT] has finished in [1,254] ms 2021-01-27T11:09:59.75+0000 [APP/PROC/WEB/0] OUT [CONTAINER] pplicationStartupFailureDetectingLifecycleListener SEVERE Error: Application 'Oauth 2 / Open ID / Identity Server' failed (state = STOPPED): see Tomcat's logs for details. Halting Tomcat. 2021-01-27T11:09:59.77+0000 [APP/PROC/WEB/0] OUT Exit status 148 2021-01-27T11:09:59.77+0000 [CELL/SSHD/0] OUT Exit status 0 2021-01-27T11:10:03.94+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 stopping instance 22805143-e538-4cd0-7a61-f47c 2021-01-27T11:10:03.94+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 destroying container for instance 22805143-e538-4cd0-7a61-f47c 2021-01-27T11:10:03.97+0000 [API/0] OUT Process has crashed with type: "web" 2021-01-27T11:10:03.99+0000 [API/0] OUT App instance exited with guid face952f-07c6-46d6-a2a3-e7d0e14814f1 payload: {"instance"=>"22805143-e538-4cd0-7a61-f47c", "index"=>0, "cell_id"=>"e8942739-123e-4a93-b440-a96e2b7c47e0", "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 148", "crash_count"=>3, "crash_timestamp"=>1611745803913828320, "version"=>"e09a2e82-37f2-4fd5-85a4-9366ee973613"} 2021-01-27T11:10:04.25+0000 [CELL/0] OUT Cell e8942739-123e-4a93-b440-a96e2b7c47e0 successfully destroyed container for instance 22805143-e538-4cd0-7a61-f47c

cf-gitbot commented 3 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/176630769

The labels on this github issue will be updated when the story is started.

skorolev-tjc commented 3 years ago

This error:

_OUT java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0_

means that the default JAVA version in the buildpack you are using is 8, you need to set the JRE version to 11+, it can be done via this command: cf set-env <YOUR APP> JBP_CONFIG_OPEN_JDK_JRE '{ jre: { version: 11.+ } }'

And then push the application again (restart is not sufficient).

strehle commented 3 years ago

see https://github.com/cloudfoundry/java-buildpack/issues/886 if the env variable does not work please ask on https://github.com/cloudfoundry/java-buildpack CF UAA is defined in bosh / k8s env with a JDK 11 and Tomcat 9.x