Created
September 13, 2024 14:33
-
-
Save scottmarlow/131a62a7f06ea7def2c1a76eb06b7e01 to your computer and use it in GitHub Desktop.
OOM during TCK testing with in progress TCK test changes for EE 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2024-09-13 10:03:31,942 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 90) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM' | |
| 2024-09-13 10:03:31,942 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 91) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM2' | |
| 2024-09-13 10:03:32,010 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 88) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM-NOTX' | |
| 2024-09-13 10:03:32,010 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 91) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM2' | |
| 2024-09-13 10:03:32,010 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 90) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM' | |
| 2024-09-13 10:03:32,010 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 91) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'jpa_core_entityManager2_vehicles.ear#CTS-EM-NOTX' | |
| 2024-09-13 10:03:32,014 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0208: Stopped subdeployment (runtime-name: jpa_core_entityManager2_puservlet_vehicle_web.war) in 213ms | |
| 2024-09-13 10:03:32,017 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment jpa_core_entityManager2_vehicles.ear (runtime-name: jpa_core_entityManager2_vehicles.ear) in 216ms | |
| 2024-09-13 10:03:32,155 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/smarlow/tck/tck10/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/standalone/data/content/d6/0e3e8712794d380ce530bad745bd22432e3e7c/content | |
| 2024-09-13 10:03:32,156 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "jpa_core_entityManager2_vehicles.ear" (runtime-name: "jpa_core_entityManager2_vehicles.ear") | |
| 2024-09-13 10:03:34,761 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/smarlow/tck/tck10/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/standalone/data/content/c2/32165cb65d2da54eec88a9a0c8d23b79796946/content | |
| 2024-09-13 10:03:34,849 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "jpa_core_entityManagerFactory_vehicles.ear" (runtime-name: "jpa_core_entityManagerFactory_vehicles.ear") | |
| 2024-09-13 10:03:50,016 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-3) SQL Error: 30000, SQLState: 40XL1 | |
| 2024-09-13 10:03:50,165 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-3) A lock could not be obtained within the time requested | |
| 2024-09-13 10:03:55,926 WARN [org.apache.activemq.artemis.core.server] (activemq-failure-check-thread) AMQ222082: error on connection failure check: java.lang.OutOfMemoryError: Java heap space | |
| 2024-09-13 10:03:55,931 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."jpa_core_entityManagerFactory_vehicles.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jpa_core_entityManagerFactory_vehicles.ear".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "jpa_core_entityManagerFactory_vehicles.ear" | |
| at org.jboss.as.server@26.0.0.Beta1//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:172) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377) | |
| at java.base/java.lang.Thread.run(Thread.java:840) | |
| Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0156: Failed to index deployment root for annotations | |
| at org.jboss.as.server@26.0.0.Beta1//org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:93) | |
| at org.jboss.as.server@26.0.0.Beta1//org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:34) | |
| at org.jboss.as.server@26.0.0.Beta1//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:165) | |
| ... 8 more | |
| Caused by: java.lang.OutOfMemoryError: Java heap space | |
| 2024-09-13 10:03:55,932 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "jpa_core_entityManagerFactory_vehicles.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jpa_core_entityManagerFactory_vehicles.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"jpa_core_entityManagerFactory_vehicles.ear\" | |
| Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0156: Failed to index deployment root for annotations | |
| Caused by: java.lang.OutOfMemoryError: Java heap space"}} | |
| 2024-09-13 10:03:55,932 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "jpa_core_entityManagerFactory_vehicles.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jpa_core_entityManagerFactory_vehicles.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"jpa_core_entityManagerFactory_vehicles.ear\" | |
| Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0156: Failed to index deployment root for annotations | |
| Caused by: java.lang.OutOfMemoryError: Java heap space"}} | |
| 2024-09-13 10:03:55,932 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "jpa_core_entityManagerFactory_vehicles.ear" was rolled back with the following failure message: | |
| {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jpa_core_entityManagerFactory_vehicles.ear\".STRUCTURE" => "WFLYSRV0153: Failed to process phase STRUCTURE of deployment \"jpa_core_entityManagerFactory_vehicles.ear\" | |
| Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYSRV0156: Failed to index deployment root for annotations | |
| Caused by: java.lang.OutOfMemoryError: Java heap space"}} | |
| 2024-09-13 10:03:55,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment jpa_core_entityManagerFactory_vehicles.ear (runtime-name: jpa_core_entityManagerFactory_vehicles.ear) in 0ms | |
| 2024-09-13 10:04:00,417 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/smarlow/tck/tck10/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/standalone/data/content/e3/d3ad5a37e3f96a77ef682a73b144a4aa716bbd/content | |
| 2024-09-13 10:04:00,707 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "jpa_core_entityManagerFactory_vehicles.ear" (runtime-name: "jpa_core_entityManagerFactory_vehicles.ear") | |
| 2024-09-13 10:04:01,808 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-7) SQL Error: 30000, SQLState: 40XL1 | |
| 2024-09-13 10:04:01,808 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-7) A lock could not be obtained within the time requested | |
| 2024-09-13 10:04:05,708 WARN [org.apache.activemq.artemis.core.server] (activemq-failure-check-thread) AMQ222082: error on connection failure check: java.lang.OutOfMemoryError: Java heap space | |
| 2024-09-13 10:04:05,711 ERROR [stderr] (ServerService Thread Pool -- 1) Exception in thread "ServerService Thread Pool -- 1" java.lang.OutOfMemoryError: Java heap space | |
| 2024-09-13 10:04:05,711 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."jpa_core_entityManagerFactory_vehicles.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jpa_core_entityManagerFactory_vehicles.ear".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "jpa_core_entityManagerFactory_vehicles.ear" | |
| at org.jboss.as.server@26.0.0.Beta1//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:172) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580) | |
| at org.jboss.msc@1.5.5.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) | |
| at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377) | |
| at java.base/java.lang.Thread.run(Thread.java:840) | |
| Caused by: java.lang.OutOfMemoryError: Java heap space | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment