This file contains 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
#!/bin/sh | |
# | |
# This script should be run via curl: | |
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# or via wget: | |
# sh -c "$(wget -qO- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# or via fetch: | |
# sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# | |
# As an alternative, you can first download the install script and run it afterwards: |
This file contains 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
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1625 s <<< FAILURE! -- in ee.jakarta.tck.persistence.core.EntityGraph.ClientPmservletTest | |
[ERROR] ee.jakarta.tck.persistence.core.EntityGraph.ClientPmservletTest -- Time elapsed: 1625 s <<< ERROR! | |
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot start GlassFish | |
at org.omnifaces.arquillian.container.glassfish.managed.GlassFishManagedDeployableContainer.deploy(GlassFishManagedDeployableContainer.java:134) | |
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:151) | |
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:118) | |
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:239) | |
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy( |
This file contains 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-19 19:29:43,109 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "jpa_core_EntityGraph_vehicles.ear" (runtime-name: "jpa_core_EntityGraph_vehicles.ear") | |
2024-09-19 19:29:43,147 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."jpa_core_EntityGraph_vehicles.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jpa_core_EntityGraph_vehicles.ear".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "jpa_core_EntityGraph_vehicles.ear" | |
at [email protected]//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:172) | |
at [email protected]//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617) | |
at [email protected]//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java |
This file contains 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] (ServerServic |
This file contains 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
[INFO] Running tck.conversion.rewrite.AddArqDeploymentTest | |
looking for existing copy of jakarta-jakartaeetck-10.0.2.zip in folder /tmp/legacytck | |
looking for existing extracted jakarta-jakartaeetck-10.0.2.zip in folder /tmp/legacytck | |
already downloaded jakarta-jakartaeetck-10.0.2.zip | |
Locate the TCK archive that contains the test for package com.sun.ts.tests.ejb.ee.bb.session.stateless.argsemantics | |
locateTargetPackageFolder will look inside of jakartaeetck for findTCKDistArchive = argsemantics | |
looking inside of argsemantics for the archive that contains a test client for package com.sun.ts.tests.ejb.ee.bb.session.stateless.argsemantics | |
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.843 s <<< FAILURE! -- in tck.conversion.rewrite.AddArqDeploymentTest | |
[ERROR] tck.conversion.rewrite.AddArqDeploymentTest.addDeploymentMethod -- Time elapsed: 1.831 s <<< ERROR! | |
java.lang.IllegalStateException: |
This file has been truncated, but you can view the full file.
This file contains 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
diff --git a/jpa/platform-tests/src/main/java/ee/jakarta/tck/persistence/ee/entityManager/EEClient.java b/jpa/platform-tests/src/main/java/ee/jakarta/tck/persistence/ee/entityManager/EEClient.java | |
new file mode 100644 | |
index 000000000..c3593c7cc | |
--- /dev/null | |
+++ b/jpa/platform-tests/src/main/java/ee/jakarta/tck/persistence/ee/entityManager/EEClient.java | |
@@ -0,0 +1,200 @@ | |
+package ee.jakarta.tck.persistence.ee.entityManager; | |
+ | |
+import org.jboss.arquillian.config.descriptor.api.DefaultProtocolDef; | |
+import org.jboss.arquillian.config.impl.extension.ConfigurationRegistrar; |
This file contains 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
[WARNING] [echo] 08-Jul-2024 20:50:24.743 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesObjectStreamClassCaches Failed to clear soft references from ObjectStreamClass$Caches for web application [manager] | |
[WARNING] [echo] java.lang.ClassCastException: class java.io.ObjectStreamClass$Caches$1 cannot be cast to class java.util.Map (java.io.ObjectStreamClass$Caches$1 and java.util.Map are in module java.base of loader 'bootstrap') | |
[WARNING] [echo] at org.apache.catalina.loader.WebappClassLoaderBase.clearCache(WebappClassLoaderBase.java:2336) | |
[WARNING] [echo] at org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesObjectStreamClassCaches(WebappClassLoaderBase.java:2311) | |
[WARNING] [echo] at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:1674) | |
[WARNING] [echo] at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:16 |
This file contains 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
com/sun/ts/tests/ejb30/assembly/librarydirectory/custom/ejb3_assembly_librarydirectory_custom_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/assembly/librarydirectory/defaultname/ejb3_assembly_librarydirectory_defaultname_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/assembly/librarydirectory/disable/ejb3_assembly_librarydirectory_disable_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/assembly/metainf/appclientejb/ejb3_assembly_metainf_appclientejb_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/bb/localaccess/mdbclient/localaccess_mdbclient_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/annotated/queue_selectorauto_annotated_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/complement/queue_selectorauto_complement_client.jar.sun-application-client.xml | |
com/sun/ts/tests/ejb30/bb/mdb/activationconfig/queue/selectorauto/descriptor/queue_selectoraut |
This file contains 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
package ee.jakarta.tck.persistence.core.annotations.tableGenerator; | |
import org.jboss.arquillian.config.descriptor.api.DefaultProtocolDef; | |
import org.jboss.arquillian.config.impl.extension.ConfigurationRegistrar; | |
import org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor; | |
import org.jboss.arquillian.container.test.impl.MapObject; | |
import org.jboss.arquillian.container.test.api.Deployment; | |
import org.jboss.shrinkwrap.api.Archive; | |
import org.jboss.shrinkwrap.api.ShrinkWrap; | |
import org.jboss.shrinkwrap.api.spec.JavaArchive; |
This file contains 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
[javatest.batch] 06-20-2024 09:33:13: [HttpRequest] Dispatching request: 'GET /jstl_1_0_compat_web/positiveCWOTest.jsp HTTP/1.1' to target server at 'localhost:8080' | |
[javatest.batch] Jun 20, 2024 9:33:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection | |
[javatest.batch] WARN: HttpConnectionManager is null. Connection cannot be released. | |
[javatest.batch] 06-20-2024 09:33:13: ERROR: [WebValidatorBase] Unexpected '500' received from target server! | |
[javatest.batch] Error response recieved from server: | |
[javatest.batch] ------------------------------------------------ | |
[javatest.batch] <html><head><title>ERROR</title><style> | |
[javatest.batch] body { | |
[javatest.batch] font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; | |
[javatest.batch] margin: 5px; |