Started by user Gurunandan Rao Rebuilds build #2 Running as Gurunandan Rao Agent basic-xgvp0 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-xgvp0" namespace: "jakartaee-tck" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jakartaee-tck.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-xgvp0" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-xgvp0" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "4460m" memory: "16384Mi" requests: cpu: "4160m" memory: "16384Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jakartaee-tck" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" [EnvInject] - Loading node environment variables. Building remotely on basic-xgvp0 (basic) in workspace /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://github.com/gurunrao/jakartaee-tck.git > git init /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish # timeout=10 Fetching upstream changes from https://github.com/gurunrao/jakartaee-tck.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.jakartaee-tck@git.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish@tmp/jenkins-gitclient-ssh2508274051965145772.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://github.com/gurunrao/jakartaee-tck.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/gurunrao/jakartaee-tck.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/tckrefactor-jms^{commit} # timeout=10 Checking out Revision 575093df9a1c469458d8d485d24396b8cbce2e6d (refs/remotes/origin/tckrefactor-jms) > git config core.sparsecheckout # timeout=10 > git checkout -f 575093df9a1c469458d8d485d24396b8cbce2e6d # timeout=10 Commit message: "rename client files with IT suffix and other changes." > git rev-list --no-walk 2b08f391f9a5b7316d9bd7324aa33c9850190494 # timeout=10 First time build. Skipping changelog. [jakarta-jms-standalone-tck-glassfish] $ /bin/sh -xe /tmp/jenkins17392885458782267431.sh + TCK_VERSION=2.1.1 + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/openjdk + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ + mvn install:install-file -Dfile=./lib/javatest.jar -DgroupId=javatest -DartifactId=javatest -Dversion=5.0 -Dpackaging=jar [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:web-jsf:jar:10.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> duplicate declaration of version ${slf4j.version} @ jakartatck:project:10.0.0-SNAPSHOT, /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/pom.xml, line 454, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.arquillian:arquillian-bom:pom -> duplicate declaration of version 1.7.0.Alpha10 @ jakartatck:project:10.0.0-SNAPSHOT, /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/pom.xml, line 469, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:common:jar:10.0.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: commons-httpclient:commons-httpclient:jar -> duplicate declaration of version (?) @ line 84, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:project:pom:10.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> duplicate declaration of version ${slf4j.version} @ line 454, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.arquillian:arquillian-bom:pom -> duplicate declaration of version 1.7.0.Alpha10 @ line 469, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] project [pom] [INFO] web-jsf [jar] [INFO] web-jsp [jar] [INFO] web-jstl [jar] [INFO] web-servlet [jar] [INFO] lib util [jar] [INFO] runtime [jar] [INFO] COMMON [jar] [INFO] ASSEMBLY [jar] [INFO] APPCLIENT [jar] [INFO] ejb30-ws [jar] [INFO] Servlet [jar] [INFO] ejb30 [jar] [INFO] EJB32 [jar] [INFO] EJB [jar] [INFO] Connector [jar] [INFO] el [jar] [INFO] Integration [jar] [INFO] jacc [jar] [INFO] javaee [jar] [INFO] JAVAMAIL [jar] [INFO] JAXRS Tests [jar] [INFO] jaxws-common [jar] [INFO] JAXWS [jar] [INFO] JDBC [jar] [INFO] JMS [jar] [INFO] JPA [jar] [INFO] JSONB [jar] [INFO] JSONP [jar] [INFO] JSP [jar] [INFO] JSTL [jar] [INFO] jta [jar] [INFO] jws-common [jar] [INFO] JWS [jar] [INFO] saaj [jar] [INFO] SAMPLES [jar] [INFO] signaturetest [jar] [INFO] WEBSOCKET [jar] [INFO] XA [jar] [INFO] Jakarta Core TCK [pom] [INFO] Common Annotations Signature Gen for Core Profile TCK [pom] [INFO] CDI Lite suite.xml for Jakarta Core Profile TCK [jar] [INFO] Jakarta Core Profile TCK Arquillian JSON-P Extension [jar] [INFO] RESTful TCK Suite for Jakarta Core Profile TCK [jar] [INFO] Jakarta Core Profile TCK Test Suite [jar] [INFO] Jakarta Core Profile TCK Distribution [pom] [INFO] [INFO] -------------------------< jakartatck:project >------------------------- [INFO] Building project 10.0.0-SNAPSHOT [1/46] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- install:3.0.0-M1:install-file (default-cli) @ project --- [INFO] pom.xml not found in javatest.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/lib/javatest.jar to /home/jenkins/.m2/repository/javatest/javatest/5.0/javatest-5.0.jar [INFO] Installing /tmp/mvninstall9793112743383379800.pom to /home/jenkins/.m2/repository/javatest/javatest/5.0/javatest-5.0.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for project 10.0.0-SNAPSHOT: [INFO] [INFO] project ............................................ SUCCESS [ 1.180 s] [INFO] web-jsf ............................................ SKIPPED [INFO] web-jsp ............................................ SKIPPED [INFO] web-jstl ........................................... SKIPPED [INFO] web-servlet ........................................ SKIPPED [INFO] lib util ........................................... SKIPPED [INFO] runtime ............................................ SKIPPED [INFO] COMMON ............................................. SKIPPED [INFO] ASSEMBLY ........................................... SKIPPED [INFO] APPCLIENT .......................................... SKIPPED [INFO] ejb30-ws ........................................... SKIPPED [INFO] Servlet ............................................ SKIPPED [INFO] ejb30 .............................................. SKIPPED [INFO] EJB32 .............................................. SKIPPED [INFO] EJB ................................................ SKIPPED [INFO] Connector .......................................... SKIPPED [INFO] el ................................................. SKIPPED [INFO] Integration ........................................ SKIPPED [INFO] jacc ............................................... SKIPPED [INFO] javaee ............................................. SKIPPED [INFO] JAVAMAIL ........................................... SKIPPED [INFO] JAXRS Tests ........................................ SKIPPED [INFO] jaxws-common ....................................... SKIPPED [INFO] JAXWS .............................................. SKIPPED [INFO] JDBC ............................................... SKIPPED [INFO] JMS ................................................ SKIPPED [INFO] JPA ................................................ SKIPPED [INFO] JSONB .............................................. SKIPPED [INFO] JSONP .............................................. SKIPPED [INFO] JSP ................................................ SKIPPED [INFO] JSTL ............................................... SKIPPED [INFO] jta ................................................ SKIPPED [INFO] jws-common ......................................... SKIPPED [INFO] JWS ................................................ SKIPPED [INFO] saaj ............................................... SKIPPED [INFO] SAMPLES ............................................ SKIPPED [INFO] signaturetest ...................................... SKIPPED [INFO] WEBSOCKET .......................................... SKIPPED [INFO] XA ................................................. SKIPPED [INFO] Jakarta Core TCK ................................... SKIPPED [INFO] Common Annotations Signature Gen for Core Profile TCK SKIPPED [INFO] CDI Lite suite.xml for Jakarta Core Profile TCK .... SKIPPED [INFO] Jakarta Core Profile TCK Arquillian JSON-P Extension SKIPPED [INFO] RESTful TCK Suite for Jakarta Core Profile TCK ..... SKIPPED [INFO] Jakarta Core Profile TCK Test Suite ................ SKIPPED [INFO] Jakarta Core Profile TCK Distribution .............. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.686 s [INFO] Finished at: 2023-07-07T13:26:18Z [INFO] ------------------------------------------------------------------------ + mvn clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:web-jsf:jar:10.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> duplicate declaration of version ${slf4j.version} @ jakartatck:project:10.0.0-SNAPSHOT, /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/pom.xml, line 454, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.arquillian:arquillian-bom:pom -> duplicate declaration of version 1.7.0.Alpha10 @ jakartatck:project:10.0.0-SNAPSHOT, /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/pom.xml, line 469, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:common:jar:10.0.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: commons-httpclient:commons-httpclient:jar -> duplicate declaration of version (?) @ line 84, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakartatck:project:pom:10.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> duplicate declaration of version ${slf4j.version} @ line 454, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.arquillian:arquillian-bom:pom -> duplicate declaration of version 1.7.0.Alpha10 @ line 469, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] project [pom] [INFO] web-jsf [jar] [INFO] web-jsp [jar] [INFO] web-jstl [jar] [INFO] web-servlet [jar] [INFO] lib util [jar] [INFO] runtime [jar] [INFO] COMMON [jar] [INFO] ASSEMBLY [jar] [INFO] APPCLIENT [jar] [INFO] ejb30-ws [jar] [INFO] Servlet [jar] [INFO] ejb30 [jar] [INFO] EJB32 [jar] [INFO] EJB [jar] [INFO] Connector [jar] [INFO] el [jar] [INFO] Integration [jar] [INFO] jacc [jar] [INFO] javaee [jar] [INFO] JAVAMAIL [jar] [INFO] JAXRS Tests [jar] [INFO] jaxws-common [jar] [INFO] JAXWS [jar] [INFO] JDBC [jar] [INFO] JMS [jar] [INFO] JPA [jar] [INFO] JSONB [jar] [INFO] JSONP [jar] [INFO] JSP [jar] [INFO] JSTL [jar] [INFO] jta [jar] [INFO] jws-common [jar] [INFO] JWS [jar] [INFO] saaj [jar] [INFO] SAMPLES [jar] [INFO] signaturetest [jar] [INFO] WEBSOCKET [jar] [INFO] XA [jar] [INFO] Jakarta Core TCK [pom] [INFO] Common Annotations Signature Gen for Core Profile TCK [pom] [INFO] CDI Lite suite.xml for Jakarta Core Profile TCK [jar] [INFO] Jakarta Core Profile TCK Arquillian JSON-P Extension [jar] [INFO] RESTful TCK Suite for Jakarta Core Profile TCK [jar] [INFO] Jakarta Core Profile TCK Test Suite [jar] [INFO] Jakarta Core Profile TCK Distribution [pom] [INFO] [INFO] -------------------------< jakartatck:project >------------------------- [INFO] Building project 10.0.0-SNAPSHOT [1/46] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ project --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/pom.xml to /home/jenkins/.m2/repository/jakartatck/project/10.0.0-SNAPSHOT/project-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:web-jsf >------------------------- [INFO] Building web-jsf 10.0.0-SNAPSHOT [2/46] [INFO] from webartifacts/jsf/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ web-jsf --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ web-jsf --- [INFO] [INFO] --- build-helper:3.0.0:add-source (default) @ web-jsf --- [INFO] Source directory: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ web-jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ web-jsf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ web-jsf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ web-jsf --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ web-jsf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ web-jsf --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf/target/web-jsf-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ web-jsf --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf/target/web-jsf-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/web-jsf/10.0.0-SNAPSHOT/web-jsf-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsf/pom.xml to /home/jenkins/.m2/repository/jakartatck/web-jsf/10.0.0-SNAPSHOT/web-jsf-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:web-jsp >------------------------- [INFO] Building web-jsp 10.0.0-SNAPSHOT [3/46] [INFO] from webartifacts/jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ web-jsp --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ web-jsp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ web-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1165 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ web-jsp --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ web-jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ web-jsp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ web-jsp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ web-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsp/target/web-jsp-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ web-jsp --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsp/target/web-jsp-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/web-jsp/10.0.0-SNAPSHOT/web-jsp-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jsp/pom.xml to /home/jenkins/.m2/repository/jakartatck/web-jsp/10.0.0-SNAPSHOT/web-jsp-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:web-jstl >------------------------- [INFO] Building web-jstl 10.0.0-SNAPSHOT [4/46] [INFO] from webartifacts/jstl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ web-jstl --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ web-jstl --- [INFO] [INFO] --- build-helper:3.0.0:add-source (default) @ web-jstl --- [INFO] Source directory: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ web-jstl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ web-jstl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ web-jstl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ web-jstl --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ web-jstl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ web-jstl --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl/target/web-jstl-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ web-jstl --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl/target/web-jstl-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/web-jstl/10.0.0-SNAPSHOT/web-jstl-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/jstl/pom.xml to /home/jenkins/.m2/repository/jakartatck/web-jstl/10.0.0-SNAPSHOT/web-jstl-10.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------------< jakartatck:web-servlet >----------------------- [INFO] Building web-servlet 10.0.0-SNAPSHOT [5/46] [INFO] from webartifacts/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ web-servlet --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ web-servlet --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ web-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 18 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ web-servlet --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ web-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ web-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ web-servlet --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ web-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/servlet/target/web-servlet-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ web-servlet --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/servlet/target/web-servlet-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/web-servlet/10.0.0-SNAPSHOT/web-servlet-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/webartifacts/servlet/pom.xml to /home/jenkins/.m2/repository/jakartatck/web-servlet/10.0.0-SNAPSHOT/web-servlet-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:libutil >------------------------- [INFO] Building lib util 10.0.0-SNAPSHOT [6/46] [INFO] from libutil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ libutil --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ libutil --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ libutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ libutil --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/misc/URLClassPath.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/main/java/com/sun/ts/lib/util/sec/misc/URLClassPath.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ libutil --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ libutil --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ libutil --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ libutil --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/target/libutil-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ libutil --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/target/libutil-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/libutil/10.0.0-SNAPSHOT/libutil-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/libutil/pom.xml to /home/jenkins/.m2/repository/jakartatck/libutil/10.0.0-SNAPSHOT/libutil-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:runtime >------------------------- [INFO] Building runtime 10.0.0-SNAPSHOT [7/46] [INFO] from runtime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ runtime --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/main/java/com/sun/ts/lib/porting/TSLoginContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/main/java/com/sun/ts/lib/porting/TSLoginContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/main/java/com/sun/ts/lib/javatest/TSExcludeListInterview.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/main/java/com/sun/ts/lib/javatest/TSExcludeListInterview.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ runtime --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ runtime --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/target/runtime-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ runtime --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/target/runtime-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/runtime/10.0.0-SNAPSHOT/runtime-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/runtime/pom.xml to /home/jenkins/.m2/repository/jakartatck/runtime/10.0.0-SNAPSHOT/runtime-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:common >-------------------------- [INFO] Building COMMON 10.0.0-SNAPSHOT [8/46] [INFO] from common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ common --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ common --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 300 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/lib/harness/EETest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/lib/harness/EETest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/tests/common/el/api/resolver/ResolverTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/tests/common/el/api/resolver/ResolverTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/lib/harness/EETest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/main/java/com/sun/ts/lib/harness/EETest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ common --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/target/common-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ common --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/target/common-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/common/10.0.0-SNAPSHOT/common-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/common/pom.xml to /home/jenkins/.m2/repository/jakartatck/common/10.0.0-SNAPSHOT/common-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:assembly >------------------------- [INFO] Building ASSEMBLY 10.0.0-SNAPSHOT [9/46] [INFO] from assembly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ assembly --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ assembly --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ assembly --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/src/main/java/com/sun/ts/tests/assembly/util/shared/enventry/single/TestCode.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/src/main/java/com/sun/ts/tests/assembly/util/shared/enventry/single/TestCode.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/src/main/java/com/sun/ts/tests/assembly/util/shared/enventry/single/TestCode.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ assembly --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ assembly --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/target/assembly-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ assembly --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/target/assembly-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/assembly/10.0.0-SNAPSHOT/assembly-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/assembly/pom.xml to /home/jenkins/.m2/repository/jakartatck/assembly/10.0.0-SNAPSHOT/assembly-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:appclient >------------------------ [INFO] Building APPCLIENT 10.0.0-SNAPSHOT [10/46] [INFO] from appclient/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ appclient --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ appclient --- [INFO] [INFO] --- jaxws:4.0.0:wsimport (hello-service-testapp) @ appclient --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/HelloService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ appclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ appclient --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestBean.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/TestBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ appclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ appclient --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ appclient --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ appclient --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/target/appclient-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ appclient --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/target/appclient-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/appclient/10.0.0-SNAPSHOT/appclient-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/appclient/pom.xml to /home/jenkins/.m2/repository/jakartatck/appclient/10.0.0-SNAPSHOT/appclient-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:ejb30-ws >------------------------- [INFO] Building ejb30-ws 10.0.0-SNAPSHOT [11/46] [INFO] from ejb30-ws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ejb30-ws --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ ejb30-ws --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ejb30-ws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ejb30-ws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ ejb30-ws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ejb30-ws --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ ejb30-ws --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ ejb30-ws --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/target/ejb30-ws-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ ejb30-ws --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/target/ejb30-ws-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/ejb30-ws/10.0.0-SNAPSHOT/ejb30-ws-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30-ws/pom.xml to /home/jenkins/.m2/repository/jakartatck/ejb30-ws/10.0.0-SNAPSHOT/ejb30-ws-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:servlet >------------------------- [INFO] Building Servlet 10.0.0-SNAPSHOT [12/46] [INFO] from servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ servlet --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ servlet --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 504 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 827 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/common/request/HttpRequest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/common/request/HttpRequest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/TestServlet.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/api/jakarta_servlet_http/sessioncookieconfig/TestServlet.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/AddFilterNotFound.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/main/java/com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/AddFilterNotFound.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ servlet --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/target/servlet-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ servlet --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/target/servlet-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/servlet/10.0.0-SNAPSHOT/servlet-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/servlet/pom.xml to /home/jenkins/.m2/repository/jakartatck/servlet/10.0.0-SNAPSHOT/servlet-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:ejb30 >-------------------------- [INFO] Building ejb30 10.0.0-SNAPSHOT [13/46] [INFO] from ejb30/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ejb30 --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ ejb30 --- [INFO] [INFO] --- jaxws:4.0.0:wsgen (hello-service-clientview) @ ejb30 --- [INFO] Processing: com.sun.ts.tests.ejb30.webservice.clientview.HelloImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/clientview', com.sun.ts.tests.ejb30.webservice.clientview.HelloImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (hello-service-interceptor) @ ejb30 --- [INFO] Processing: com.sun.ts.tests.ejb30.webservice.interceptor.HelloImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/interceptor', com.sun.ts.tests.ejb30.webservice.interceptor.HelloImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (hello-service-wscontext) @ ejb30 --- [INFO] Processing: com.sun.ts.tests.ejb30.webservice.wscontext.HelloImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/wscontext', com.sun.ts.tests.ejb30.webservice.wscontext.HelloImpl] [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services) @ ejb30 --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -Xnocompile, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/clientview/HelloService.wsdl"] parsing WSDL... Generating code... [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -Xnocompile, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/interceptor/HelloService.wsdl"] parsing WSDL... Generating code... [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes', -encoding, UTF-8, -Xnocompile, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/generated-sources/wsdl/com/sun/ts/tests/ejb30/webservice/wscontext/HelloService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ejb30 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/main/resources [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ejb30 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1591 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/main/java/com/sun/ts/tests/ejb30/assembly/appres/common/AppResManagedBean.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/main/java/com/sun/ts/tests/ejb30/assembly/appres/common/AppResManagedBean.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/main/java/com/sun/ts/tests/ejb30/common/annotation/resource/EnvSharingBeanBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/main/java/com/sun/ts/tests/ejb30/common/annotation/resource/EnvSharingBeanBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ ejb30 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ejb30 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ ejb30 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ ejb30 --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/ejb30-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ ejb30 --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/target/ejb30-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/ejb30/10.0.0-SNAPSHOT/ejb30-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb30/pom.xml to /home/jenkins/.m2/repository/jakartatck/ejb30/10.0.0-SNAPSHOT/ejb30-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:ejb32 >-------------------------- [INFO] Building EJB32 10.0.0-SNAPSHOT [14/46] [INFO] from ejb32/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ejb32 --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ ejb32 --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ejb32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ejb32 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ ejb32 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ejb32 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ ejb32 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ ejb32 --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/target/ejb32-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ ejb32 --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/target/ejb32-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/ejb32/10.0.0-SNAPSHOT/ejb32-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb32/pom.xml to /home/jenkins/.m2/repository/jakartatck/ejb32/10.0.0-SNAPSHOT/ejb32-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:ejb >--------------------------- [INFO] Building EJB 10.0.0-SNAPSHOT [15/46] [INFO] from ejb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ejb --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ ejb --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2090 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/main/java/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/TestBeanEJB.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/main/java/com/sun/ts/tests/ejb/ee/tx/entity/pm/cm/TxRN_Exceptions/TestBeanEJB.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/main/java/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/BeanEJB.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/main/java/com/sun/ts/tests/ejb/ee/pm/oneXmany/bi/delete/BeanEJB.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ejb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ ejb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/target/ejb-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ ejb --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/target/ejb-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/ejb/10.0.0-SNAPSHOT/ejb-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/jakartatck/ejb/10.0.0-SNAPSHOT/ejb-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:connector >------------------------ [INFO] Building Connector 10.0.0-SNAPSHOT [16/46] [INFO] from connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ connector --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ connector --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ connector --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ connector --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ connector --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/target/connector-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ connector --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/target/connector-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/connector/10.0.0-SNAPSHOT/connector-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/connector/pom.xml to /home/jenkins/.m2/repository/jakartatck/connector/10.0.0-SNAPSHOT/connector-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:el >---------------------------- [INFO] Building el 10.0.0-SNAPSHOT [17/46] [INFO] from el/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ el --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ el --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ el --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ el --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/util/ELTestUtil.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/util/ELTestUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/elresolver/EmployeeELResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/elresolver/EmployeeELResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/functionmapper/TCKFunctionMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/main/java/com/sun/ts/tests/el/common/functionmapper/TCKFunctionMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ el --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ el --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ el --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ el --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/target/el-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ el --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/target/el-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/el/10.0.0-SNAPSHOT/el-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/el/pom.xml to /home/jenkins/.m2/repository/jakartatck/el/10.0.0-SNAPSHOT/el-10.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------------< jakartatck:integration >----------------------- [INFO] Building Integration 10.0.0-SNAPSHOT [18/46] [INFO] from integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ integration --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ integration --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/src/main/java/com/sun/ts/tests/integration/entity/jspejbjdbc/AccountBean.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/src/main/java/com/sun/ts/tests/integration/entity/jspejbjdbc/AccountBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ integration --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ integration --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ integration --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/target/integration-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ integration --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/target/integration-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/integration/10.0.0-SNAPSHOT/integration-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/integration/pom.xml to /home/jenkins/.m2/repository/jakartatck/integration/10.0.0-SNAPSHOT/integration-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jacc >--------------------------- [INFO] Building jacc 10.0.0-SNAPSHOT [19/46] [INFO] from jacc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jacc --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jacc --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jacc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jacc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/main/java/com/sun/ts/tests/jacc/util/LogFileProcessor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/main/java/com/sun/ts/tests/jacc/util/LogFileProcessor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/main/java/com/sun/ts/tests/jacc/util/LogFileProcessor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/main/java/com/sun/ts/tests/jacc/util/LogFileProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jacc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jacc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jacc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jacc --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/target/jacc-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jacc --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/target/jacc-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jacc/10.0.0-SNAPSHOT/jacc-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jacc/pom.xml to /home/jenkins/.m2/repository/jakartatck/jacc/10.0.0-SNAPSHOT/jacc-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:javaee >-------------------------- [INFO] Building javaee 10.0.0-SNAPSHOT [20/46] [INFO] from javaee/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ javaee --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ javaee --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ javaee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ javaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ javaee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ javaee --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ javaee --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ javaee --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/target/javaee-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ javaee --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/target/javaee-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/javaee/10.0.0-SNAPSHOT/javaee-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javaee/pom.xml to /home/jenkins/.m2/repository/jakartatck/javaee/10.0.0-SNAPSHOT/javaee-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:javamail >------------------------- [INFO] Building JAVAMAIL 10.0.0-SNAPSHOT [21/46] [INFO] from javamail/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ javamail --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ javamail --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ javamail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ javamail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/src/main/java/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/src/main/java/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/src/main/java/com/sun/ts/tests/javamail/ee/internetMimeMultipart/internetMimeMultipart_Test.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ javamail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ javamail --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ javamail --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ javamail --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/target/javamail-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ javamail --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/target/javamail-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/javamail/10.0.0-SNAPSHOT/javamail-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/javamail/pom.xml to /home/jenkins/.m2/repository/jakartatck/javamail/10.0.0-SNAPSHOT/javamail-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------< jakartatck:jaxrs-platform-tck >-------------------- [INFO] Building JAXRS Tests 10.0.0-SNAPSHOT [22/46] [INFO] from jaxrs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxrs-platform-tck --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jaxrs-platform-tck --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jaxrs-platform-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 22 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jaxrs-platform-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/main/java/com/sun/ts/tests/jaxrs/platform/managedbean299/TSAppConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/main/java/com/sun/ts/tests/jaxrs/platform/managedbean299/TSAppConfig.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/main/java/com/sun/ts/tests/jaxrs/lib/implementation/sun/jersey/TSWebConfiguration.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/main/java/com/sun/ts/tests/jaxrs/lib/implementation/sun/jersey/TSWebConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/main/java/com/sun/ts/tests/jaxrs/lib/implementation/sun/jersey/TSWebConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jaxrs-platform-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jaxrs-platform-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jaxrs-platform-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jaxrs-platform-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/target/jaxrs-platform-tck-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jaxrs-platform-tck --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/target/jaxrs-platform-tck-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jaxrs-platform-tck/10.0.0-SNAPSHOT/jaxrs-platform-tck-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxrs/pom.xml to /home/jenkins/.m2/repository/jakartatck/jaxrs-platform-tck/10.0.0-SNAPSHOT/jaxrs-platform-tck-10.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------------< jakartatck:jaxws-common >----------------------- [INFO] Building jaxws-common 10.0.0-SNAPSHOT [23/46] [INFO] from jaxws-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-common --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jaxws-common --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jaxws-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jaxws-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/main/java/com/sun/ts/tests/jaxws/common/JAXWS_Util.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/main/java/com/sun/ts/tests/jaxws/common/JAXWS_Util.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/main/java/com/sun/ts/tests/jaxws/common/JAXWS_Util.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/main/java/com/sun/ts/tests/jaxws/common/AttachmentHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/main/java/com/sun/ts/tests/jaxws/common/AttachmentHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-clientview) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.sharedwebservices.rpclitservice.J2WRLSharedEndpointImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/sharedwebservices/rpclitservice', com.sun.ts.tests.jaxws.sharedwebservices.rpclitservice.J2WRLSharedEndpointImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-addnumber) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.epr.AddNumbersImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.epr.AddNumbersImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-nosei) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.nosei.server.EchoImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/nosei/server', com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.nosei.server.EchoImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-webmethod) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.document.literal.webmethod.server.TestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/document/literal/webmethod/server', com.sun.ts.tests.jaxws.ee.j2w.document.literal.webmethod.server.TestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-shared-doclitservice) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.sharedwebservices.doclitservice.J2WDLSharedEndpointImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/sharedwebservices/doclitservice', com.sun.ts.tests.jaxws.sharedwebservices.doclitservice.J2WDLSharedEndpointImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-shared-simpleservice) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.sharedwebservices.simpleservice.SimpleEndpointImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/sharedwebservices/simpleservice', com.sun.ts.tests.jaxws.sharedwebservices.simpleservice.SimpleEndpointImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-sessionmaintaintest) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.document.literal.sessionmaintaintest.server.TestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/document/literal/sessionmaintaintest/server', com.sun.ts.tests.jaxws.ee.j2w.document.literal.sessionmaintaintest.server.TestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-faultservice) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.sharedwebservices.faultservice.SoapFaultTestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/sharedwebservices/faultservice', com.sun.ts.tests.jaxws.sharedwebservices.faultservice.SoapFaultTestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-marshalltest) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.server.MarshallTestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/document/literal/marshalltest/server', com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.server.MarshallTestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-typesubstitution) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.typesubstitution.CarDealerImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/typesubstitution', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.typesubstitution.CarDealerImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-AddNumbersImpl3) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.anonymous.AddNumbersImpl3 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.anonymous.AddNumbersImpl3] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-AddNumbersImpl4) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.anonymous.AddNumbersImpl4 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.anonymous.AddNumbersImpl4] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-refps-AddNumbersImpl4) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.refps.AddNumbersImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/refps', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.refps.AddNumbersImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-action-AddNumbersImpl) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.action.AddNumbersImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/action', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.action.AddNumbersImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-addressingfeature-AddressingFeatureTestImpl1) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl1 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl1] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-addressingfeature-AddressingFeatureTestImpl2) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl2 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl2] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-addressingfeature-AddressingFeatureTestImpl3) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl3 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl3] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-document-addressingfeature-AddressingFeatureTestImpl4) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl4 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.addressingfeature.AddressingFeatureTestImpl4] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.server) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.server.EchoImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/document/literal/nosei/server', com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.server.EchoImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1.HandlerChainTestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest1', com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1.HandlerChainTestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2.HandlerChainTestImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest2', com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2.HandlerChainTestImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.wsa.j2w.document.literal.requestresponse) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.wsa.j2w.document.literal.requestresponse.AddNumbersImpl [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/requestresponse', com.sun.ts.tests.jaxws.wsa.j2w.document.literal.requestresponse.AddNumbersImpl] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23001) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23001 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous', com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23001] [INFO] [INFO] --- jaxws:4.0.0:wsgen (service-com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23002) @ jaxws-common --- [INFO] Processing: com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23002 [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/classes/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous', com.sun.ts.tests.jaxws.jaxws23.wsa.j2w.document.literal.anonymous.AddNumbersImpl23002] [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jaxws-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jaxws-common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jaxws-common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jaxws-common --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/jaxws-common-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jaxws-common --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/jaxws-common-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jaxws-common/10.0.0-SNAPSHOT/jaxws-common-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/pom.xml to /home/jenkins/.m2/repository/jakartatck/jaxws-common/10.0.0-SNAPSHOT/jaxws-common-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jaxws >-------------------------- [INFO] Building JAXWS 10.0.0-SNAPSHOT [24/46] [INFO] from jaxws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jaxws --- [INFO] [INFO] --- dependency:3.3.0:unpack (unpack) @ jaxws --- [INFO] Configured Artifact: jakartatck:jaxws-common:10.0.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws-common/target/jaxws-common-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls with includes "**/sun/ts/tests/jaxws/**/*.wsdl,**/sun/ts/tests/jaxws/**/*.xsd,,**/sun/ts/tests/jaxws/**/*.xml" and excludes "" [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-marshalltest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/marshalltest/WSW2JRLMarshallTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/marshalltest/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/marshalltest/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/marshalltest/WSW2JRLMarshallTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2744) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2744/W2JRLR2744TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2744/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2744/W2JRLR2744TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2114) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2114/W2JRLR2114TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.wsi.w2j.rpc.literal.R2114, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2114/W2JRLR2114TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-literal-action) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/action/WSAW2JDLActionTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/action/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/action/WSAW2JDLActionTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-respectbindingfeature-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/RespectBindingFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/RespectBindingFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-respectbindingfeature-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/RespectBindingFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/respectbindingfeature/RespectBindingFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-swatest-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/WSW2JRLSwaTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/WSW2JRLSwaTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-swatest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/WSW2JRLSwaTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/swatest/WSW2JRLSwaTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-refps-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/WSAW2JDLReferenceParamsTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/WSAW2JDLReferenceParamsTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-refps-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/WSAW2JDLReferenceParamsTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/refps/WSAW2JDLReferenceParamsTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R4003) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4003/W2JRLR4003TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4003/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4003/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4003/W2JRLR4003TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2712-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/W2JDLR2712TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/W2JDLR2712TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2712-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/W2JDLR2712TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2712/W2JDLR2712TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-headertest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/headertest/WSW2JRLHeaderTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/headertest/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/headertest/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/headertest/WSW2JRLHeaderTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1006-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/W2JRLR1006TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/W2JRLR1006TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1006-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/W2JRLR1006TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1006/W2JRLR1006TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2748) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2748/W2JRLR2748TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2748/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2748/W2JRLR2748TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2747) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2747/W2JDLR2747TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2747/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2747/W2JDLR2747TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R11XX-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/W2JRLR11XXTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/W2JRLR11XXTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R11XX-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/W2JRLR11XXTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R11XX/W2JRLR11XXTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1012-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/W2JRLR1012TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/W2JRLR1012TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1012-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/W2JRLR1012TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1012/W2JRLR1012TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R97XX-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/W2JRLR97XXTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/W2JRLR97XXTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R97XX-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/W2JRLR97XXTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R97XX/W2JRLR97XXTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-anonymous-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/WSAW2JDLAnonymousTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/WSAW2JDLAnonymousTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-anonymous-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/WSAW2JDLAnonymousTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/anonymous/WSAW2JDLAnonymousTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2113-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/W2JRLR2113TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/W2JRLR2113TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2113-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/W2JRLR2113TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2113/W2JRLR2113TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-doc-literal-swatest-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/WSW2JDLSwaTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/WSW2JDLSwaTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-doc-literal-swatest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/WSW2JDLSwaTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swatest/WSW2JDLSwaTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-dlhandlerservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhandlerservice/DLHandlerService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhandlerservice/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhandlerservice/DLHandlerService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1141) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1141/W2JRLR1141TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1141/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1141/W2JRLR1141TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-parametermodetest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/parametermodetest/WSW2JRLParameterModeTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/parametermodetest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/parametermodetest/WSW2JRLParameterModeTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1011-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1011/W2JRLR1011TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1011/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1011/W2JRLR1011TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R1011-client) @ jaxws --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1011/W2JRLR1011TestService.wsdl [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-requiredfalse-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl"] parsing WSDL... [WARNING] ignoring empty Action in input element of "addNumbers8" operation, using default instead line 155 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [WARNING] ignoring empty Action in output element of "addNumbers8" operation, using default instead line 156 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [WARNING] ignoring empty Action in "addNumbersFault" fault element of "addNumbers8" operation, using default instead line 157 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-requiredfalse-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl"] parsing WSDL... [WARNING] ignoring empty Action in input element of "addNumbers8" operation, using default instead line 155 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [WARNING] ignoring empty Action in output element of "addNumbers8" operation, using default instead line 156 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl [WARNING] ignoring empty Action in "addNumbersFault" fault element of "addNumbers8" operation, using default instead line 157 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/requiredfalse/WSAW2JDLRequiredFalseTest.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R2030) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2030/W2JRLR2030TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2030/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2030/W2JRLR2030TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-rpc-R2709) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2709/W2JRLR2709TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2709/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2709/W2JRLR2709TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-R2709) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2709/W2JDLR2709TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2709/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2709/W2JDLR2709TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-rpc-R2747) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2747/W2JRLR2747TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2747/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2747/W2JRLR2747TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-rpc-R2729) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2729/W2JRLR2729TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2729/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2729/W2JRLR2729TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R273X-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/W2JRLR273XTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/W2JRLR273XTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-R273X-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/W2JRLR273XTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R273X/W2JRLR273XTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-marshalltest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/wrapperstyle/marshalltest/WSW2JDLWMarshallTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/wrapperstyle/marshalltest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/wrapperstyle/marshalltest/WSW2JDLWMarshallTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-AddNumbersService) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr/AddNumbersService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.wsa.j2w.document.literal.epr, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/epr/AddNumbersService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-J2WRLShared) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/rpclitservice/J2WRLShared.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.rpclitclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/rpclitservice/J2WRLShared.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-handlerchaintest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/handlerchaintest/WSW2JHandlerChainTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/handlerchaintest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/handlerchaintest/WSW2JHandlerChainTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2009) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2009/W2JRLR2009TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2009/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2009/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2009/W2JRLR2009TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-marshalltest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/marshalltest/WSW2JDLMarshallTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/marshalltest/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/marshalltest/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/marshalltest/WSW2JDLMarshallTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2738) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2738/W2JRLR2738TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2738/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2738/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2738/W2JRLR2738TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-onewayhandlertest-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/onewayhandlertest/server/WSDLOWHandlerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/onewayhandlertest/server/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/onewayhandlertest/server/WSDLOWHandlerTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-onewayhandlertest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/onewayhandlertest/server/WSDLOWHandlerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.w2j.document.literal.onewayhandlertest.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/onewayhandlertest/server/WSDLOWHandlerTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R1014-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1014/W2JRLR1014TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1014/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1014/W2JRLR1014TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R1014-client) @ jaxws --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1014/W2JRLR1014TestService.wsdl [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2745-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/W2JRLR2745TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/W2JRLR2745TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2745-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/W2JRLR2745TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2745/W2JRLR2745TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-asynctest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/server/WSW2JDLAsyncTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/server/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/server/WSW2JDLAsyncTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-doclithelloservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/doclithelloservice/WSDLHelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/doclithelloservice/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/doclithelloservice/WSDLHelloService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-httptest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/httptest/WSW2JDLHttpTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/httptest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/httptest/WSW2JDLHttpTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedclients-doclithelloservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/doclithelloservice/WSDLHelloService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/doclithelloclient/standalone-customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/doclithelloservice/WSDLHelloService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-rpc-R2707) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2707/W2JRLR2707TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2707/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2707/W2JRLR2707TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-holdertest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/holdertest/WSW2JDLHolderTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/holdertest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/holdertest/WSW2JDLHolderTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-mtomfeature-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/MTOMFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/MTOMFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-mtomfeature-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/MTOMFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomfeature/MTOMFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-catalogtest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/catalogtest/WSW2JDLCatalogTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/catalogtest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/catalogtest/WSW2JDLCatalogTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-typesubstitution-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-server.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-server2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-typesubstitution-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-client.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-client2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-rpc-xmlnamemappingtest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/xmlnamemappingtest/WSW2JXMLNameMappingTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/xmlnamemappingtest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/xmlnamemappingtest/WSW2JXMLNameMappingTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedclients-hellosecureclient) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/hellosecureclient/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-mtomtest-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/WSW2JDLMTOMTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/WSW2JDLMTOMTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-mtomtest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/WSW2JDLMTOMTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/mtomtest/WSW2JDLMTOMTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedclients-dlhandlerclient) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhandlerservice/DLHandlerService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/dlhandlerclient/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhandlerservice/DLHandlerService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-swareftest-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/WSW2JDLSwaRefTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/WSW2JDLSwaRefTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-swareftest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/WSW2JDLSwaRefTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/swareftest/WSW2JDLSwaRefTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-asynctest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/server/WSW2JDLAsyncTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/client/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/asynctest/server/WSW2JDLAsyncTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2011) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2011/W2JRLR2011TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2011/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2011/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2011/W2JRLR2011TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-R2707) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2707/W2JDLR2707TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2707/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2707/W2JDLR2707TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-nosei-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/nosei/server/EchoService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.nosei.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/nosei/server/EchoService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2728) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2728/W2JRLR2728TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2728/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2728/W2JRLR2728TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2706) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2706/W2JRLR2706TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2706/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2706/W2JRLR2706TestService.wsdl"] parsing WSDL... [WARNING] fault "HeaderFault" in portType operation "echoString" does not match any fault in the corresponding binding operation line 90 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2706/W2JRLR2706TestService.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-sec-basic) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/sec/secbasic/BasicAuthServiceTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/sec/secbasic/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/sec/secbasic/BasicAuthServiceTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R1027) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1027/W2JRLR1027TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1027/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1027/W2JRLR1027TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2714) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2714/W2JRLR2714TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2714/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2714/W2JRLR2714TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2010) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2010/W2JRLR2010TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2010/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2010/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2010/W2JRLR2010TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-webmethod) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/webmethod/server/TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/webmethod/client/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/webmethod/server/TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-sharedwebservices-simpleservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/simpleservice/SimpleTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.simpleclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/simpleservice/SimpleTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-holdertest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/holdertest/WSW2JRLHolderTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/holdertest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/holdertest/WSW2JRLHolderTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-doclitservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/doclitservice/J2WDLShared.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.doclitclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/doclitservice/J2WDLShared.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R2751) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2751/W2JRLR2751TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2751/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2751/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2751/W2JRLR2751TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-httpservletmsgctxpropstest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httpservletmsgctxpropstest/WSW2JRLHttpServletMsgCtxPropsTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httpservletmsgctxpropstest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httpservletmsgctxpropstest/WSW2JRLHttpServletMsgCtxPropsTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sessionmaintaintest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/sessionmaintaintest/server/TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.document.literal.sessionmaintaintest.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/sessionmaintaintest/server/TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-document-R1141) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R1141/W2JDLR1141TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R1141/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R1141/W2JDLR1141TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-providertest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/providertest/ProviderTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/providertest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/providertest/ProviderTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-external) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/external/WSW2JDLCustomizationExternalTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/external/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/external/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/external/WSW2JDLCustomizationExternalTestService.wsdl"] parsing WSDL... [WARNING] unknown extensibility element or attribute "JAXWS" (in namespace "http://www.w3.org/2000/xmlns/") line 72 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/external/WSW2JDLCustomizationExternalTestService.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-faultservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/faultservice/FaultTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.faultclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/sharedwebservices/faultservice/FaultTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-eprinwsdl-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl"] parsing WSDL... [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 80 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-eprinwsdl-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl"] parsing WSDL... [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 80 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/eprinwsdl/EPRInWsdlTestService.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-marshalltest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/marshalltest/server/MarshallTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.document.literal.marshalltest.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/marshalltest/server/MarshallTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R1007-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/W2JRLR1007TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/W2JRLR1007TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R1007-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/W2JRLR1007TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1007/W2JRLR1007TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-headertest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/headertest/WSW2JDLHeaderTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/headertest/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/headertest/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/headertest/WSW2JDLHeaderTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-delimiter-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/WSAW2JDLDelimiterTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/WSAW2JDLDelimiterTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-delimiter-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/WSAW2JDLDelimiterTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/delimiter/WSAW2JDLDelimiterTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-typesubstitution) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/typesubstitution/CarDealerService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.wsa.j2w.document.literal.typesubstitution, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/typesubstitution/CarDealerService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-R4001) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4001/W2JRLR4001TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4001/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4001/W2JRLR4001TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-httptest) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httptest/WSW2JRLHttpTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httptest/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/httptest/WSW2JRLHttpTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-anonymous-AddNumbersService3) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/AddNumbersService3.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/customfile3.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/AddNumbersService3.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-anonymous-AddNumbersService4) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/AddNumbersService4.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/customfile4.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/anonymous/AddNumbersService4.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-customization) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/embedded/WSW2JDLCustomizationEmbeddedTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/embedded/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/document/literal/customization/embedded/WSW2JDLCustomizationEmbeddedTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-lteral-refps-AddNumbersService4) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/refps/AddNumbersService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.wsa.j2w.document.literal.refps, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/refps/AddNumbersService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-rlhandlerservice-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/rlhandlerservice/RLHandlerService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.rlhandlerclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/rlhandlerservice/RLHandlerService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-rlhandlerservice-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/rlhandlerservice/RLHandlerService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedwebservices.rlhandlerservice, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/rlhandlerservice/RLHandlerService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-action-AddNumbersService) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/action/AddNumbersService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/action/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/action/AddNumbersService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-action-AddressingFeatureTest1Service) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest1Service.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/customfile1.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest1Service.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-action-AddressingFeatureTest2Service) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest2Service.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest2Service.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-action-AddressingFeatureTest3Service) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest3Service.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/customfile3.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest3Service.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-document-action-AddressingFeatureTest4Service) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest4Service.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/customfile4.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/addressingfeature/AddressingFeatureTest4Service.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-mapping-w2jmapping-rpc-noncustomization) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/rpc/literal/noncustomization/W2JRLNoncustomization.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/rpc/literal/noncustomization/W2JRLNoncustomization.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-addressingfeature-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/AddressingFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/AddressingFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-document-addressingfeature-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/AddressingFeatureTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/addressingfeature/AddressingFeatureTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-mapping-w2jmapping-document-literal-customization) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/W2JDLCustomization.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/customfile.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/customfile2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/customization/W2JDLCustomization.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-mapping-w2jmapping-document-literal-noncustomization) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/noncustomization/W2JDLNoncustomization.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/document/literal/noncustomization/W2JDLNoncustomization.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-literal-R2753-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/W2JRLR2753TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/W2JRLR2753TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-w2j-rpc-literal-R2753-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/W2JRLR2753TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2753/W2JRLR2753TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-xmlbinddlhelloproviderservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/xmlbinddlhelloproviderservice/WSXMLBindDLHelloProviderService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.xmlbinddlhelloproviderclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/xmlbinddlhelloproviderservice/WSXMLBindDLHelloProviderService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-xmlbinddlhelloproviderservice-custom) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/xmlbinddlhelloproviderservice/WSXMLBindDLHelloProviderService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/xmlbinddlhelloproviderservice/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/xmlbinddlhelloproviderservice/WSXMLBindDLHelloProviderService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/nosei/server/EchoService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.document.literal.nosei.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/document/literal/nosei/server/EchoService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsa-w2j-document-literal-typesubstitution-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-server.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-server2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsa/w2j/document/literal/typesubstitution-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-client.xml', -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/custom-client2.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/typesubstitution/WSAW2JDLTypeSubstitutionTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-document-literal-R2748) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2748/W2JDLR2748TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2748/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2748/W2JDLR2748TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-document-literal-R2030) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2030/W2JDLR2030TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2030/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R2030/W2JDLR2030TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest1/HandlerChainTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest1, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest1/HandlerChainTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest2/HandlerChainTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.ee.j2w.rpc.literal.handlerchaintest2, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/ee/j2w/rpc/literal/handlerchaintest2/HandlerChainTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsa-j2w-document-literal-requestresponse) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/requestresponse/AddNumbersService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/requestresponse/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/wsa/j2w/document/literal/requestresponse/AddNumbersService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-document-literal-R4002) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4002/W2JDLR4002TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4002/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4002/W2JDLR4002TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsa-w2j-document-literal-oneway-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/WSAW2JDLOneWayTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/custom-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/WSAW2JDLOneWayTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsa-w2j-document-literal-oneway-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/WSAW2JDLOneWayTest.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/custom-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsa/w2j/document/literal/oneway/WSAW2JDLOneWayTest.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-dlhelloproviderservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhelloproviderservice/WSDLHelloProviderService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jaxws.sharedclients.dlhelloproviderclient, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhelloproviderservice/WSDLHelloProviderService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices/dlhelloproviderservice) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhelloproviderservice/WSDLHelloProviderService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhelloproviderservice/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/dlhelloproviderservice/WSDLHelloProviderService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R2739-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/W2JRLR2739TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/W2JRLR2739TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R2739-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/W2JRLR2739TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R2739/W2JRLR2739TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R1005-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/W2JRLR1005TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/W2JRLR1005TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi/w2j/rpc/literal/R1005-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/W2JRLR1005TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1005/W2JRLR1005TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R1016-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/W2JRLR1016TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/customfile-server.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/W2JRLR1016TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R1016-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/W2JRLR1016TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/customfile-client.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R1016/W2JRLR1016TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-mapping-w2jmapping-rpc-literal-customization) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/rpc/literal/customization/W2JRLCustomization.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/rpc/literal/customization/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/mapping/w2jmapping/rpc/literal/customization/W2JRLCustomization.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-rpc-literal-R4002) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4002/W2JRLR4002TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4002/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/rpc/literal/R4002/W2JRLR4002TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-wsi-w2j-document-literal-R4003) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4003/W2JDLR4003TestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4003/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/wsi/w2j/document/literal/R4003/W2JDLR4003TestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-ee-w2j-rpc-literal-onewayhandlertest-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/server/WSRLOWHandlerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/client/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/server/WSRLOWHandlerTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-ee/w2j/rpc/literal/onewayhandlertest/server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/server/WSRLOWHandlerTestService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/server/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/ee/w2j/rpc/literal/onewayhandlertest/server/WSRLOWHandlerTestService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedclients-hellosecure-client) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/hellosecureclient/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-sharedwebservices-hellosecure-server) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/customfile.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedwebservices/hellosecureservice/WSHelloSecureService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-jaxws23-wsa-j2w-document-literal-anonymous-23001) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/AddNumbersService23001.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/customfile23001.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/AddNumbersService23001.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (ws-services-jaxws23-wsa-j2w-document-literal-anonymous-23002) @ jaxws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/AddNumbersService23002.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes', -encoding, UTF-8, -Xnocompile, -b, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/customfile23002.xml', "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws/wsdls/com/sun/ts/tests/jaxws/jaxws23/wsa/j2w/document/literal/anonymous/AddNumbersService23002.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jaxws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1883 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/util/PublishEndpoint.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/util/PublishEndpoint.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/HttpClient.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/main/java/com/sun/ts/tests/jaxws/sharedclients/HttpClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jaxws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jaxws --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jaxws --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jaxws --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/target/jaxws-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jaxws/10.0.0-SNAPSHOT/jaxws-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jaxws/pom.xml to /home/jenkins/.m2/repository/jakartatck/jaxws/10.0.0-SNAPSHOT/jaxws-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jdbc >--------------------------- [INFO] Building JDBC 10.0.0-SNAPSHOT [25/46] [INFO] from jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jdbc --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jdbc --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/java/com/sun/ts/tests/jdbc/ee/common/dbSchema.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/java/com/sun/ts/tests/jdbc/ee/common/dbSchema.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/java/com/sun/ts/tests/jdbc/ee/common/JDBCTestMsg.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/java/com/sun/ts/tests/jdbc/ee/common/JDBCTestMsg.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/main/java/com/sun/ts/tests/jdbc/ee/common/JDBCTestMsg.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jdbc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jdbc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/target/jdbc-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jdbc --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/target/jdbc-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jdbc/10.0.0-SNAPSHOT/jdbc-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jdbc/pom.xml to /home/jenkins/.m2/repository/jakartatck/jdbc/10.0.0-SNAPSHOT/jdbc-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:jms-tck >------------------------- [INFO] Building JMS 10.0.0-SNAPSHOT [26/46] [INFO] from jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jms-tck --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jms-tck --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jms-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jms-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 172 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/main/java/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/MsgBean.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/main/java/com/sun/ts/tests/jms/ee/mdb/mdb_msgTypesQ1/MsgBean.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/main/java/com/sun/ts/tests/jms/core20/jmsconsumertests/ClientIT.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/main/java/com/sun/ts/tests/jms/core20/jmsconsumertests/ClientIT.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jms-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jms-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jms-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jms-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/target/jms-tck-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jms-tck --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/target/jms-tck-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jms-tck/10.0.0-SNAPSHOT/jms-tck-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jms/pom.xml to /home/jenkins/.m2/repository/jakartatck/jms-tck/10.0.0-SNAPSHOT/jms-tck-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:jpa >--------------------------- [INFO] Building JPA 10.0.0-SNAPSHOT [27/46] [INFO] from jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jpa --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jpa --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jpa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 868 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/main/java/com/sun/ts/tests/jpa/core/query/apitests/Employee.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/main/java/com/sun/ts/tests/jpa/core/query/apitests/Employee.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/main/java/com/sun/ts/tests/jpa/common/PMClientBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/main/java/com/sun/ts/tests/jpa/common/PMClientBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jpa --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/target/jpa-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jpa --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/target/jpa-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jpa/10.0.0-SNAPSHOT/jpa-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jpa/pom.xml to /home/jenkins/.m2/repository/jakartatck/jpa/10.0.0-SNAPSHOT/jpa-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jsonb >-------------------------- [INFO] Building JSONB 10.0.0-SNAPSHOT [28/46] [INFO] from jsonb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jsonb --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jsonb --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jsonb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jsonb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jsonb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jsonb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jsonb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jsonb --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/target/jsonb-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jsonb --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/target/jsonb-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jsonb/10.0.0-SNAPSHOT/jsonb-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonb/pom.xml to /home/jenkins/.m2/repository/jakartatck/jsonb/10.0.0-SNAPSHOT/jsonb-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jsonp >-------------------------- [INFO] Building JSONP 10.0.0-SNAPSHOT [29/46] [INFO] from jsonp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jsonp --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jsonp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jsonp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jsonp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/src/main/java/com/sun/ts/tests/jsonp/api/common/JsonValueType.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/src/main/java/com/sun/ts/tests/jsonp/api/common/JsonValueType.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jsonp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jsonp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jsonp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jsonp --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/target/jsonp-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jsonp --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/target/jsonp-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jsonp/10.0.0-SNAPSHOT/jsonp-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsonp/pom.xml to /home/jenkins/.m2/repository/jakartatck/jsonp/10.0.0-SNAPSHOT/jsonp-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:jsp >--------------------------- [INFO] Building JSP 10.0.0-SNAPSHOT [30/46] [INFO] from jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jsp --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jsp --- [INFO] [INFO] --- tck-extract-tests:1.2.0-SNAPSHOT:extract-tck-tests (generate-tck-tests-list) @ jsp --- [INFO] Found 690 tests [INFO] Found missing methods: 18 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 245 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jsp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 259 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/common/util/TSFunctionMapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/common/util/TSFunctionMapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext/FooELResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/api/jakarta_servlet/jsp/jspapplicationcontext/FooELResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/BaseCheckTag.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/main/java/com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/BaseCheckTag.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jsp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jsp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/target/jsp-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jsp --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/target/jsp-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jsp/10.0.0-SNAPSHOT/jsp-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jsp/pom.xml to /home/jenkins/.m2/repository/jakartatck/jsp/10.0.0-SNAPSHOT/jsp-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:jstl >--------------------------- [INFO] Building JSTL 10.0.0-SNAPSHOT [31/46] [INFO] from jstl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jstl --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jstl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jstl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jstl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/main/java/com/sun/ts/tests/jstl/common/tags/ExceptionCheckTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/main/java/com/sun/ts/tests/jstl/common/tags/ExceptionCheckTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/main/java/com/sun/ts/tests/jstl/common/wrappers/TckConnectionWrapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/main/java/com/sun/ts/tests/jstl/common/wrappers/TckConnectionWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jstl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jstl --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jstl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jstl --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/target/jstl-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jstl --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/target/jstl-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jstl/10.0.0-SNAPSHOT/jstl-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jstl/pom.xml to /home/jenkins/.m2/repository/jakartatck/jstl/10.0.0-SNAPSHOT/jstl-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:jta >--------------------------- [INFO] Building jta 10.0.0-SNAPSHOT [32/46] [INFO] from jta/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jta --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jta --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jta --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/main/java/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/main/java/com/sun/ts/tests/jta/ee/txpropagationtest/Client.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/main/java/com/sun/ts/tests/jta/ee/transactional/OneManagedBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/main/java/com/sun/ts/tests/jta/ee/transactional/OneManagedBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jta --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jta --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jta --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/target/jta-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jta --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/target/jta-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jta/10.0.0-SNAPSHOT/jta-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jta/pom.xml to /home/jenkins/.m2/repository/jakartatck/jta/10.0.0-SNAPSHOT/jta-10.0.0-SNAPSHOT.pom [INFO] [INFO] -----------------------< jakartatck:jws-common >------------------------ [INFO] Building jws-common 10.0.0-SNAPSHOT [33/46] [INFO] from jws-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jws-common --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jws-common --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jws-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jws-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/java/com/sun/ts/tests/jws/common/JWS_Util.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/java/com/sun/ts/tests/jws/common/JWS_Util.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/java/com/sun/ts/tests/jws/common/JWS_Util.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/java/com/sun/ts/tests/jws/common/DescriptionUtils.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/main/java/com/sun/ts/tests/jws/common/DescriptionUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webparam.webparam1.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webparam.webparam1.server.webParamWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webparam/webparam1/server', com.sun.ts.tests.jws.webparam.webparam1.server.webParamWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webparam.webparam2.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webparam.webparam2.server.webParam2WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webparam/webparam2/server', com.sun.ts.tests.jws.webparam.webparam2.server.webParam2WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webparam.webparam3.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webparam.webparam3.server.webParam3WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webparam/webparam3/server', com.sun.ts.tests.jws.webparam.webparam3.server.webParam3WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webmethod.webmethod1.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webmethod.webmethod1.server.defaultWebMethodWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webmethod/webmethod1/server', com.sun.ts.tests.jws.webmethod.webmethod1.server.defaultWebMethodWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webmethod.webmethod2.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webmethod.webmethod2.server.defaultWebMethod2WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webmethod/webmethod2/server', com.sun.ts.tests.jws.webmethod.webmethod2.server.defaultWebMethod2WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webmethod.webmethod3.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webmethod.webmethod3.server.webMethodWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webmethod/webmethod3/server', com.sun.ts.tests.jws.webmethod.webmethod3.server.webMethodWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.oneway.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.oneway.server.OnewayWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/oneway/server', com.sun.ts.tests.jws.oneway.server.OnewayWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webresult.webresult1.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webresult.webresult1.server.webResultWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webresult/webresult1/server', com.sun.ts.tests.jws.webresult.webresult1.server.webResultWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webresult.webresult2.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webresult.webresult2.server.webResult2WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webresult/webresult2/server', com.sun.ts.tests.jws.webresult.webresult2.server.webResult2WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webresult.webresult3.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webresult.webresult3.server.webResult3WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webresult/webresult3/server', com.sun.ts.tests.jws.webresult.webresult3.server.webResult3WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webservice.webservice1.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webservice.webservice1.server.defaultWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webservice/webservice1/server', com.sun.ts.tests.jws.webservice.webservice1.server.defaultWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webservice.webservice2.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webservice.webservice2.server.endpointInterfaceWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webservice/webservice2/server', com.sun.ts.tests.jws.webservice.webservice2.server.endpointInterfaceWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webservice.webservice3.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webservice.webservice3.server.nameServiceNameTargetNamespaceWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webservice/webservice3/server', com.sun.ts.tests.jws.webservice.webservice3.server.nameServiceNameTargetNamespaceWebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.webservice.webservice4.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.webservice.webservice4.server.endpointInterface2WebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/webservice/webservice4/server', com.sun.ts.tests.jws.webservice.webservice4.server.endpointInterface2WebService] [INFO] [INFO] --- jaxws:4.0.0:wsgen (com.sun.ts.tests.jws.handlerchain.server) @ jws-common --- [INFO] Processing: com.sun.ts.tests.jws.handlerchain.server.HandlerChainWebService [INFO] jaxws:wsgen args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes', -encoding, UTF-8, -wsdl, -r, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/classes/com/sun/ts/tests/jws/handlerchain/server', com.sun.ts.tests.jws.handlerchain.server.HandlerChainWebService] [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jws-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jws-common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jws-common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jws-common --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/jws-common-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jws-common --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/jws-common-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jws-common/10.0.0-SNAPSHOT/jws-common-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/pom.xml to /home/jenkins/.m2/repository/jakartatck/jws-common/10.0.0-SNAPSHOT/jws-common-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:jws >--------------------------- [INFO] Building JWS 10.0.0-SNAPSHOT [34/46] [INFO] from jws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jws --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jws --- [INFO] [INFO] --- dependency:3.3.0:unpack (unpack) @ jws --- [INFO] Configured Artifact: jakartatck:jws-common:10.0.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws-common/target/jws-common-10.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls with includes "**/sun/ts/tests/jws/**/*.wsdl,**/sun/ts/tests/jws/**/*.xsd,,**/sun/ts/tests/jws/**/*.xml" and excludes "" [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webmethod.webmethod1.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod1/server/DefaultWebMethodWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webmethod.webmethod1.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod1/server/DefaultWebMethodWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webparam.webparam1.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam1/server/WebParamWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webparam.webparam1.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam1/server/WebParamWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webparam.webparam2.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam2/server/WebParam2WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webparam.webparam2.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam2/server/WebParam2WebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webparam.webparam3.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam3/server/WebParam3WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webparam.webparam3.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webparam/webparam3/server/WebParam3WebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webmethod.webmethod2.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod2/server/DefaultWebMethod2WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webmethod.webmethod2.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod2/server/DefaultWebMethod2WebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webmethod.webmethod3.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod3/server/WebMethodWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webmethod.webmethod3.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webmethod/webmethod3/server/WebMethodWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.oneway.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/oneway/server/OnewayWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.oneway.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/oneway/server/OnewayWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webresult.webresult1.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult1/server/WebResultWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webresult.webresult1.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult1/server/WebResultWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webresult.webresult2.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult2/server/WebResult2WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webresult.webresult2.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult2/server/WebResult2WebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webresult.webresult3.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult3/server/WebResult3WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webresult.webresult3.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webresult/webresult3/server/WebResult3WebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webservice.webservice1.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice1/server/DefaultWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webservice.webservice1.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice1/server/DefaultWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webservice.webservice2.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice2/server/EndpointInterfaceWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webservice.webservice2.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice2/server/EndpointInterfaceWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webservice.webservice3.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice3/server/MyWebService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webservice.webservice3.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice3/server/MyWebService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.webservice.webservice4.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.webservice.webservice4.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceService.wsdl"] parsing WSDL... [WARNING] unknown extensibility element or attribute "ns1" (in namespace "http://www.w3.org/2000/xmlns/") line 29 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl [WARNING] unknown extensibility element or attribute "ns2" (in namespace "http://www.w3.org/2000/xmlns/") line 30 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl [WARNING] unknown extensibility element or attribute "ns3" (in namespace "http://www.w3.org/2000/xmlns/") line 33 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl [WARNING] unknown extensibility element or attribute "ns4" (in namespace "http://www.w3.org/2000/xmlns/") line 34 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl [WARNING] unknown extensibility element or attribute "ns5" (in namespace "http://www.w3.org/2000/xmlns/") line 37 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl [WARNING] unknown extensibility element or attribute "ns6" (in namespace "http://www.w3.org/2000/xmlns/") line 38 of file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/webservice/webservice4/server/EndpointInterface2WebServiceEI.wsdl Generating code... [INFO] [INFO] --- jaxws:4.0.0:wsimport (com.sun.ts.tests.jws.handlerchain.client) @ jws --- [INFO] Processing: file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/handlerchain/server/HandlerChainWebServiceService.wsdl [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/generated-sources', -d, '/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes', -encoding, UTF-8, -Xnocompile, -p, com.sun.ts.tests.jws.handlerchain.client, "file:/home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws/wsdls/com/sun/ts/tests/jws/handlerchain/server/HandlerChainWebServiceService.wsdl"] parsing WSDL... Generating code... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ jws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 166 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ jws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jws --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ jws --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ jws --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ jws --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/target/jws-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/jws/10.0.0-SNAPSHOT/jws-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/jws/pom.xml to /home/jenkins/.m2/repository/jakartatck/jws/10.0.0-SNAPSHOT/jws-10.0.0-SNAPSHOT.pom [INFO] [INFO] --------------------------< jakartatck:saaj >--------------------------- [INFO] Building saaj 10.0.0-SNAPSHOT [35/46] [INFO] from saaj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ saaj --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ saaj --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ saaj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ saaj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/src/main/java/com/sun/ts/tests/saaj/ee/VerifyInformationItems/VerifyInformationItemsTestServlet.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/src/main/java/com/sun/ts/tests/saaj/ee/VerifyInformationItems/VerifyInformationItemsTestServlet.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ saaj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ saaj --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ saaj --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ saaj --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/target/saaj-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ saaj --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/target/saaj-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/saaj/10.0.0-SNAPSHOT/saaj-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/saaj/pom.xml to /home/jenkins/.m2/repository/jakartatck/saaj/10.0.0-SNAPSHOT/saaj-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------------------< jakartatck:samples >------------------------- [INFO] Building SAMPLES 10.0.0-SNAPSHOT [36/46] [INFO] from samples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ samples --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ samples --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ samples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ samples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/src/main/java/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/src/main/java/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/src/main/java/com/sun/ts/tests/samples/jdbc/ee/testConn/testConnClient.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ samples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ samples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ samples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ samples --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/target/samples-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ samples --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/target/samples-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/samples/10.0.0-SNAPSHOT/samples-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/samples/pom.xml to /home/jenkins/.m2/repository/jakartatck/samples/10.0.0-SNAPSHOT/samples-10.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------------< jakartatck:signaturetest >---------------------- [INFO] Building signaturetest 10.0.0-SNAPSHOT [37/46] [INFO] from signaturetest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ signaturetest --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ signaturetest --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ signaturetest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ signaturetest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/main/java/com/sun/ts/tests/signaturetest/ApiCheckDriver.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/main/java/com/sun/ts/tests/signaturetest/ApiCheckDriver.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/main/java/com/sun/ts/tests/signaturetest/SigTestResult.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/main/java/com/sun/ts/tests/signaturetest/SigTestResult.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ signaturetest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ signaturetest --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ signaturetest --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ signaturetest --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/target/signaturetest-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ signaturetest --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/target/signaturetest-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/signaturetest/10.0.0-SNAPSHOT/signaturetest-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/signaturetest/pom.xml to /home/jenkins/.m2/repository/jakartatck/signaturetest/10.0.0-SNAPSHOT/signaturetest-10.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------------< jakartatck:websocket >------------------------ [INFO] Building WEBSOCKET 10.0.0-SNAPSHOT [38/46] [INFO] from websocket/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ websocket --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 843 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/src/main/java/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/src/main/java/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/src/main/java/com/sun/ts/tests/websocket/api/jakarta/websocket/server/serverendpointconfig/WSClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ websocket --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ websocket --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ websocket --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/target/websocket-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ websocket --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/target/websocket-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/websocket/10.0.0-SNAPSHOT/websocket-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/websocket/pom.xml to /home/jenkins/.m2/repository/jakartatck/websocket/10.0.0-SNAPSHOT/websocket-10.0.0-SNAPSHOT.pom [INFO] [INFO] ---------------------------< jakartatck:xa >---------------------------- [INFO] Building XA 10.0.0-SNAPSHOT [39/46] [INFO] from xa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ xa --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ xa --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ xa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ xa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/target/classes [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/main/java/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/main/java/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/main/java/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/main/java/com/sun/ts/tests/xa/ee/xresXcomp1/Ejb1TestEJB.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ xa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ xa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ xa --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ xa --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/target/xa-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ xa --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/target/xa-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakartatck/xa/10.0.0-SNAPSHOT/xa-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/xa/pom.xml to /home/jenkins/.m2/repository/jakartatck/xa/10.0.0-SNAPSHOT/xa-10.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< jakarta.ee.tck.coreprofile:core-tck-parent >------------- [INFO] Building Jakarta Core TCK 10.0.0-SNAPSHOT [40/46] [INFO] from core-profile-tck/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-tck-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ core-tck-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ core-tck-parent --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-tck-parent/10.0.0-SNAPSHOT/core-tck-parent-10.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< jakarta.ee.tck.coreprofile:common-annotations >------------ [INFO] Building Common Annotations Signature Gen for Core Profile TCK 10.0.0-SNAPSHOT [41/46] [INFO] from core-profile-tck/ca-sigtest/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ common-annotations --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ common-annotations --- [INFO] [INFO] --- build-helper:3.0.0:attach-artifact (attach-artifacts) @ common-annotations --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ common-annotations --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/ca-sigtest/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/common-annotations/10.0.0-SNAPSHOT/common-annotations-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/ca-sigtest/src/main/resources/common-annotations-api-jdk11.sig to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/common-annotations/10.0.0-SNAPSHOT/common-annotations-10.0.0-SNAPSHOT-sigtest-jdk11.sig [INFO] [INFO] -----------< jakarta.ee.tck.coreprofile:cdi-lite-tck-suite >------------ [INFO] Building CDI Lite suite.xml for Jakarta Core Profile TCK 10.0.0-SNAPSHOT [42/46] [INFO] from core-profile-tck/cdi-tck-suite/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ cdi-lite-tck-suite --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ cdi-lite-tck-suite --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ cdi-lite-tck-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ cdi-lite-tck-suite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ cdi-lite-tck-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ cdi-lite-tck-suite --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ cdi-lite-tck-suite --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ cdi-lite-tck-suite --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/target/cdi-lite-tck-suite-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- build-helper:3.0.0:attach-artifact (attach-artifacts) @ cdi-lite-tck-suite --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ cdi-lite-tck-suite --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/target/cdi-lite-tck-suite-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ cdi-lite-tck-suite --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/target/cdi-lite-tck-suite-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/cdi-lite-tck-suite/10.0.0-SNAPSHOT/cdi-lite-tck-suite-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/cdi-lite-tck-suite/10.0.0-SNAPSHOT/cdi-lite-tck-suite-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/src/main/resources/cdi-lite-tck-suite.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/cdi-lite-tck-suite/10.0.0-SNAPSHOT/cdi-lite-tck-suite-10.0.0-SNAPSHOT.xml [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/cdi-tck-suite/target/cdi-lite-tck-suite-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/cdi-lite-tck-suite/10.0.0-SNAPSHOT/cdi-lite-tck-suite-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< jakarta.ee.tck.coreprofile:core-tck-jsonp-extension >--------- [INFO] Building Jakarta Core Profile TCK Arquillian JSON-P Extension 10.0.0-SNAPSHOT [43/46] [INFO] from core-profile-tck/jsonp-tck-ext/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-tck-jsonp-extension --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ core-tck-jsonp-extension --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ core-tck-jsonp-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ core-tck-jsonp-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ core-tck-jsonp-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ core-tck-jsonp-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ core-tck-jsonp-extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running maven.resolver.ResolverApiTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details. resolvedArtifacts: MavenCoordinate [org.jboss.arquillian.container:arquillian-container-test-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.container:arquillian-container-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.core:arquillian-core-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.core:arquillian-core-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.config:arquillian-config-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.config:arquillian-config-impl-base:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.config:arquillian-config-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0]:.2.0.0:jar;compile MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6]:.1.2.6:jar;compile MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0]:.2.0.0:jar;compile MavenCoordinate [org.jboss.arquillian.test:arquillian-test-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.test:arquillian-test-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.arquillian.container:arquillian-container-test-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api:jar:3.1.4]:.3.1.4:jar;compile MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi:jar:3.1.4]:.3.1.4:jar;compile MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven:jar:3.1.4]:.3.1.4:jar;compile MavenCoordinate [org.apache.maven:maven-model:jar:3.6.3]:.3.6.3:jar;compile MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive:jar:3.1.4]:.3.1.4:jar;compile MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.apache.maven:maven-resolver-provider:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [javax.inject:javax.inject:jar:1]:.1:jar;runtime MavenCoordinate [org.slf4j:slf4j-api:jar:2.0.0]:.2.0.0:jar;runtime MavenCoordinate [org.apache.maven:maven-model-builder:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.apache.maven:maven-artifact:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.apache.commons:commons-lang3:jar:3.9]:.3.9:jar;runtime MavenCoordinate [org.apache.maven:maven-builder-support:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4]:.0.3.4:jar;runtime MavenCoordinate [org.apache.maven:maven-repository-metadata:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.apache.maven:maven-settings:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.apache.maven:maven-settings-builder:jar:3.6.3]:.3.6.3:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-api:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-util:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.4.1]:.1.4.1:jar;runtime MavenCoordinate [org.codehaus.plexus:plexus-interpolation:jar:1.25]:.1.25:jar;runtime MavenCoordinate [org.codehaus.plexus:plexus-utils:jar:3.2.1]:.3.2.1:jar;compile MavenCoordinate [org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4]:.1.4:jar;runtime MavenCoordinate [org.sonatype.plexus:plexus-cipher:jar:1.7]:.1.7:jar;runtime MavenCoordinate [org.apache.maven.wagon:wagon-provider-api:jar:3.3.4]:.3.3.4:jar;runtime MavenCoordinate [org.apache.maven.wagon:wagon-file:jar:3.3.4]:.3.3.4:jar;runtime MavenCoordinate [org.apache.maven.wagon:wagon-http-lightweight:jar:2.12]:.2.12:jar;runtime MavenCoordinate [org.apache.maven.wagon:wagon-http-shared:jar:2.12]:.2.12:jar;runtime MavenCoordinate [org.jsoup:jsoup:jar:1.12.1]:.1.12.1:jar;runtime MavenCoordinate [commons-io:commons-io:jar:2.10.0]:.2.10.0:jar;runtime MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6]:.1.2.6:jar;runtime MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6]:.1.2.6:jar;runtime MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven-archive:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4]:.0.3.4:jar;runtime MavenCoordinate [org.codehaus.plexus:plexus-compiler-javac:jar:2.7]:.2.7:jar;runtime MavenCoordinate [org.codehaus.plexus:plexus-compiler-api:jar:2.7]:.2.7:jar;runtime MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.apache.maven.shared:maven-invoker:jar:3.0.0]:.3.0.0:jar;runtime MavenCoordinate [org.codehaus.plexus:plexus-component-annotations:jar:2.1.0]:.2.1.0:jar;runtime MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded:jar:3.1.4]:.3.1.4:jar;runtime MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift:jar:1.0.2]:.1.0.2:jar;runtime MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift-api:jar:1.0.2]:.1.0.2:jar;runtime MavenCoordinate [org.apache.commons:commons-compress:jar:1.8.1]:.1.8.1:jar;runtime MavenCoordinate [commons-codec:commons-codec:jar:1.10]:.1.10:jar;runtime MavenCoordinate [org.junit.jupiter:junit-jupiter:jar:5.9.1]:.5.9.1:jar;test MavenCoordinate [org.junit.jupiter:junit-jupiter-params:jar:5.9.1]:.5.9.1:jar;test MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2]:.5.7.2:jar;test MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.9.1]:.1.9.1:jar;test MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2]:.5.7.2:jar;test MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0]:.1.1.0:jar;test MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0]:.1.2.0:jar;test MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.9.1]:.1.9.1:jar;test resolvedArtifacts: MavenCoordinate [jakarta.json:jakarta.json-tck-tests:jar:2.1.0]:.2.1.0:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [jakarta.json:jakarta.json-tck-common:jar:2.1.0], resolvedVersion=2.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2], resolvedVersion=5.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0], resolvedVersion=1.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0], resolvedVersion=1.2.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2], resolvedVersion=5.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]]]] MavenCoordinate [jakarta.json:jakarta.json-tck-common:jar:2.1.0]:.2.1.0:jar;compile[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2]:.5.7.2:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0], resolvedVersion=1.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0], resolvedVersion=1.2.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0]:.1.1.0:jar;compile[[]] MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0]:.1.2.0:jar;compile[[]] MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2]:.1.7.2:jar;compile[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2]:.5.7.2:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2]:.1.7.2:jar;compile[[]] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.358 s - in maven.resolver.ResolverApiTest [INFO] Running shrinkwrap.JsonpTckArtifactTest resolvedArtifacts: MavenCoordinate [org.jboss.arquillian.container:arquillian-container-test-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.container:arquillian-container-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.core:arquillian-core-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.core:arquillian-core-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-impl-base:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6], resolvedVersion=1.2.6, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.test:arquillian-test-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.test:arquillian-test-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.container:arquillian-container-test-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.jboss.arquillian.container:arquillian-container-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.core:arquillian-core-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.core:arquillian-core-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-impl-base:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6], resolvedVersion=1.2.6, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.jboss.arquillian.core:arquillian-core-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.core:arquillian-core-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.jboss.arquillian.core:arquillian-core-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[]] MavenCoordinate [org.jboss.arquillian.config:arquillian-config-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[]] MavenCoordinate [org.jboss.arquillian.config:arquillian-config-impl-base:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.config:arquillian-config-spi:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.jboss.arquillian.config:arquillian-config-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0]:.2.0.0:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6]:.1.2.6:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0]:.2.0.0:jar;compile[[]] MavenCoordinate [org.jboss.arquillian.test:arquillian-test-spi:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.arquillian.test:arquillian-test-api:jar:1.7.0.Alpha10], resolvedVersion=1.7.0.Alpha10, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.jboss.arquillian.test:arquillian-test-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[]] MavenCoordinate [org.jboss.arquillian.container:arquillian-container-test-api:jar:1.7.0.Alpha10]:.1.7.0.Alpha10:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api:jar:3.1.4]:.3.1.4:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi:jar:3.1.4]:.3.1.4:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven:jar:3.1.4]:.3.1.4:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-model:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.apache.maven:maven-model:jar:3.6.3]:.3.6.3:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven:jar:3.1.4]:.3.1.4:jar;runtime[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive:jar:3.1.4]:.3.1.4:jar;compile[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven:jar:3.1.4]:.3.1.4:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-resolver-provider:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [javax.inject:javax.inject:jar:1], resolvedVersion=1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.slf4j:slf4j-api:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-model-builder:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-artifact:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.commons:commons-lang3:jar:3.9], resolvedVersion=3.9, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-builder-support:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4], resolvedVersion=0.3.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-repository-metadata:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-settings:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-settings-builder:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-api:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-util:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.4.1], resolvedVersion=1.4.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-interpolation:jar:1.25], resolvedVersion=1.25, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-utils:jar:3.2.1], resolvedVersion=3.2.1, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4], resolvedVersion=1.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.sonatype.plexus:plexus-cipher:jar:1.7], resolvedVersion=1.7, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.wagon:wagon-provider-api:jar:3.3.4], resolvedVersion=3.3.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.wagon:wagon-file:jar:3.3.4], resolvedVersion=3.3.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.wagon:wagon-http-lightweight:jar:2.12], resolvedVersion=2.12, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.wagon:wagon-http-shared:jar:2.12], resolvedVersion=2.12, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jsoup:jsoup:jar:1.12.1], resolvedVersion=1.12.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [commons-io:commons-io:jar:2.10.0], resolvedVersion=2.10.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]]]] MavenCoordinate [org.apache.maven:maven-resolver-provider:jar:3.6.3]:.3.6.3:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [javax.inject:javax.inject:jar:1], resolvedVersion=1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.slf4j:slf4j-api:jar:2.0.0], resolvedVersion=2.0.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [javax.inject:javax.inject:jar:1]:.1:jar;runtime[[]] MavenCoordinate [org.slf4j:slf4j-api:jar:2.0.0]:.2.0.0:jar;runtime[[]] MavenCoordinate [org.apache.maven:maven-model-builder:jar:3.6.3]:.3.6.3:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-artifact:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.commons:commons-lang3:jar:3.9], resolvedVersion=3.9, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven:maven-builder-support:jar:3.6.3], resolvedVersion=3.6.3, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4], resolvedVersion=0.3.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.apache.maven:maven-artifact:jar:3.6.3]:.3.6.3:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.commons:commons-lang3:jar:3.9], resolvedVersion=3.9, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.apache.commons:commons-lang3:jar:3.9]:.3.9:jar;runtime[[]] MavenCoordinate [org.apache.maven:maven-builder-support:jar:3.6.3]:.3.6.3:jar;runtime[[]] MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4]:.0.3.4:jar;runtime[[]] MavenCoordinate [org.apache.maven:maven-repository-metadata:jar:3.6.3]:.3.6.3:jar;runtime[[]] MavenCoordinate [org.apache.maven:maven-settings:jar:3.6.3]:.3.6.3:jar;runtime[[]] MavenCoordinate [org.apache.maven:maven-settings-builder:jar:3.6.3]:.3.6.3:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-api:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-util:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.apache.maven.resolver:maven-resolver-transport-wagon:jar:1.4.1]:.1.4.1:jar;runtime[[]] MavenCoordinate [org.codehaus.plexus:plexus-interpolation:jar:1.25]:.1.25:jar;runtime[[]] MavenCoordinate [org.codehaus.plexus:plexus-utils:jar:3.2.1]:.3.2.1:jar;compile[[]] MavenCoordinate [org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4]:.1.4:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.sonatype.plexus:plexus-cipher:jar:1.7], resolvedVersion=1.7, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.sonatype.plexus:plexus-cipher:jar:1.7]:.1.7:jar;runtime[[]] MavenCoordinate [org.apache.maven.wagon:wagon-provider-api:jar:3.3.4]:.3.3.4:jar;runtime[[]] MavenCoordinate [org.apache.maven.wagon:wagon-file:jar:3.3.4]:.3.3.4:jar;runtime[[]] MavenCoordinate [org.apache.maven.wagon:wagon-http-lightweight:jar:2.12]:.2.12:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.wagon:wagon-http-shared:jar:2.12], resolvedVersion=2.12, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jsoup:jsoup:jar:1.12.1], resolvedVersion=1.12.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [commons-io:commons-io:jar:2.10.0], resolvedVersion=2.10.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.apache.maven.wagon:wagon-http-shared:jar:2.12]:.2.12:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jsoup:jsoup:jar:1.12.1], resolvedVersion=1.12.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.jsoup:jsoup:jar:1.12.1]:.1.12.1:jar;runtime[[]] MavenCoordinate [commons-io:commons-io:jar:2.10.0]:.2.10.0:jar;runtime[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive:jar:3.1.4]:.3.1.4:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6], resolvedVersion=1.2.6, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6], resolvedVersion=1.2.6, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven-archive:jar:3.1.4], resolvedVersion=3.1.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4], resolvedVersion=0.3.4, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-compiler-javac:jar:2.7], resolvedVersion=2.7, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-compiler-api:jar:2.7], resolvedVersion=2.7, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]]]] MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6]:.1.2.6:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6], resolvedVersion=1.2.6, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6]:.1.2.6:jar;runtime[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven-archive:jar:3.1.4]:.3.1.4:jar;runtime[[]] MavenCoordinate [org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4]:.0.3.4:jar;runtime[[]] MavenCoordinate [org.codehaus.plexus:plexus-compiler-javac:jar:2.7]:.2.7:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-compiler-api:jar:2.7], resolvedVersion=2.7, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.codehaus.plexus:plexus-compiler-api:jar:2.7]:.2.7:jar;runtime[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded:jar:3.1.4]:.3.1.4:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.maven.shared:maven-invoker:jar:3.0.0], resolvedVersion=3.0.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-component-annotations:jar:2.1.0], resolvedVersion=2.1.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]]]] MavenCoordinate [org.apache.maven.shared:maven-invoker:jar:3.0.0]:.3.0.0:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.codehaus.plexus:plexus-component-annotations:jar:2.1.0], resolvedVersion=2.1.0, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.codehaus.plexus:plexus-component-annotations:jar:2.1.0]:.2.1.0:jar;runtime[[]] MavenCoordinate [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded:jar:3.1.4]:.3.1.4:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift:jar:1.0.2], resolvedVersion=1.0.2, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift-api:jar:1.0.2], resolvedVersion=1.0.2, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.commons:commons-compress:jar:1.8.1], resolvedVersion=1.8.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [commons-codec:commons-codec:jar:1.10], resolvedVersion=1.10, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift:jar:1.0.2]:.1.0.2:jar;runtime[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift-api:jar:1.0.2], resolvedVersion=1.0.2, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apache.commons:commons-compress:jar:1.8.1], resolvedVersion=1.8.1, snapshotVersion=false, extension=jar, scope=runtime, dependencies=[]]]] MavenCoordinate [org.arquillian.spacelift:arquillian-spacelift-api:jar:1.0.2]:.1.0.2:jar;runtime[[]] MavenCoordinate [org.apache.commons:commons-compress:jar:1.8.1]:.1.8.1:jar;runtime[[]] MavenCoordinate [commons-codec:commons-codec:jar:1.10]:.1.10:jar;runtime[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter:jar:5.9.1]:.5.9.1:jar;test[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-params:jar:5.9.1], resolvedVersion=5.9.1, snapshotVersion=false, extension=jar, scope=test, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2], resolvedVersion=5.7.2, snapshotVersion=false, extension=jar, scope=test, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.9.1], resolvedVersion=1.9.1, snapshotVersion=false, extension=jar, scope=test, dependencies=[]]]]]] MavenCoordinate [org.junit.jupiter:junit-jupiter-params:jar:5.9.1]:.5.9.1:jar;test[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2]:.5.7.2:jar;test[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.9.1], resolvedVersion=1.9.1, snapshotVersion=false, extension=jar, scope=test, dependencies=[]]]] MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.9.1]:.1.9.1:jar;test[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2]:.5.7.2:jar;test[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0], resolvedVersion=1.1.0, snapshotVersion=false, extension=jar, scope=test, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0], resolvedVersion=1.2.0, snapshotVersion=false, extension=jar, scope=test, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.9.1], resolvedVersion=1.9.1, snapshotVersion=false, extension=jar, scope=test, dependencies=[]]]] MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0]:.1.1.0:jar;test[[]] MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0]:.1.2.0:jar;test[[]] MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.9.1]:.1.9.1:jar;test[[]] jsonp-tck-tests-all.war: /WEB-INF/ /WEB-INF/lib/ /WEB-INF/lib/arquillian-container-test-spi-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-container-spi-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-core-spi-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-core-api-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-config-api-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-config-impl-base-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-config-spi-1.7.0.Alpha10.jar /WEB-INF/lib/shrinkwrap-descriptors-spi-2.0.0.jar /WEB-INF/lib/shrinkwrap-api-1.2.6.jar /WEB-INF/lib/shrinkwrap-descriptors-api-base-2.0.0.jar /WEB-INF/lib/arquillian-test-spi-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-test-api-1.7.0.Alpha10.jar /WEB-INF/lib/arquillian-container-test-api-1.7.0.Alpha10.jar /WEB-INF/lib/shrinkwrap-resolver-api-3.1.4.jar /WEB-INF/lib/shrinkwrap-resolver-spi-3.1.4.jar /WEB-INF/lib/shrinkwrap-resolver-api-maven-3.1.4.jar /WEB-INF/lib/maven-model-3.6.3.jar /WEB-INF/lib/shrinkwrap-resolver-spi-maven-3.1.4.jar /WEB-INF/lib/shrinkwrap-resolver-api-maven-archive-3.1.4.jar /WEB-INF/lib/shrinkwrap-resolver-impl-maven-3.1.4.jar /WEB-INF/lib/maven-resolver-provider-3.6.3.jar /WEB-INF/lib/javax.inject-1.jar /WEB-INF/lib/slf4j-api-2.0.0.jar /WEB-INF/lib/maven-model-builder-3.6.3.jar /WEB-INF/lib/maven-artifact-3.6.3.jar /WEB-INF/lib/commons-lang3-3.9.jar /WEB-INF/lib/maven-builder-support-3.6.3.jar /WEB-INF/lib/org.eclipse.sisu.inject-0.3.4.jar /WEB-INF/lib/maven-repository-metadata-3.6.3.jar /WEB-INF/lib/maven-settings-3.6.3.jar /WEB-INF/lib/maven-settings-builder-3.6.3.jar /WEB-INF/lib/maven-resolver-api-1.4.1.jar /WEB-INF/lib/maven-resolver-impl-1.4.1.jar /WEB-INF/lib/maven-resolver-spi-1.4.1.jar /WEB-INF/lib/maven-resolver-util-1.4.1.jar /WEB-INF/lib/maven-resolver-connector-basic-1.4.1.jar /WEB-INF/lib/maven-resolver-transport-wagon-1.4.1.jar /WEB-INF/lib/plexus-interpolation-1.25.jar /WEB-INF/lib/plexus-utils-3.2.1.jar /WEB-INF/lib/plexus-sec-dispatcher-1.4.jar /WEB-INF/lib/plexus-cipher-1.7.jar /WEB-INF/lib/wagon-provider-api-3.3.4.jar /WEB-INF/lib/wagon-file-3.3.4.jar /WEB-INF/lib/wagon-http-lightweight-2.12.jar /WEB-INF/lib/wagon-http-shared-2.12.jar /WEB-INF/lib/jsoup-1.12.1.jar /WEB-INF/lib/commons-io-2.10.0.jar /WEB-INF/lib/shrinkwrap-resolver-impl-maven-archive-3.1.4.jar /WEB-INF/lib/shrinkwrap-impl-base-1.2.6.jar /WEB-INF/lib/shrinkwrap-spi-1.2.6.jar /WEB-INF/lib/shrinkwrap-resolver-spi-maven-archive-3.1.4.jar /WEB-INF/lib/org.eclipse.sisu.plexus-0.3.4.jar /WEB-INF/lib/plexus-compiler-javac-2.7.jar /WEB-INF/lib/plexus-compiler-api-2.7.jar /WEB-INF/lib/shrinkwrap-resolver-api-maven-embedded-3.1.4.jar /WEB-INF/lib/maven-invoker-3.0.0.jar /WEB-INF/lib/plexus-component-annotations-2.1.0.jar /WEB-INF/lib/shrinkwrap-resolver-impl-maven-embedded-3.1.4.jar /WEB-INF/lib/arquillian-spacelift-1.0.2.jar /WEB-INF/lib/arquillian-spacelift-api-1.0.2.jar /WEB-INF/lib/commons-compress-1.8.1.jar /WEB-INF/lib/commons-codec-1.10.jar /WEB-INF/lib/junit-jupiter-5.9.1.jar /WEB-INF/lib/junit-jupiter-params-5.9.1.jar /WEB-INF/lib/junit-jupiter-engine-5.7.2.jar /WEB-INF/lib/junit-platform-engine-1.9.1.jar /WEB-INF/lib/junit-jupiter-api-5.7.2.jar /WEB-INF/lib/apiguardian-api-1.1.0.jar /WEB-INF/lib/opentest4j-1.2.0.jar /WEB-INF/lib/junit-platform-commons-1.9.1.jar resolvedArtifacts: MavenCoordinate [jakarta.json:jakarta.json-tck-tests:jar:2.1.0]:.2.1.0:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [jakarta.json:jakarta.json-tck-common:jar:2.1.0], resolvedVersion=2.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2], resolvedVersion=5.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0], resolvedVersion=1.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0], resolvedVersion=1.2.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2], resolvedVersion=5.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]]]] MavenCoordinate [jakarta.json:jakarta.json-tck-common:jar:2.1.0]:.2.1.0:jar;compile[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-api:jar:5.7.2]:.5.7.2:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0], resolvedVersion=1.1.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0], resolvedVersion=1.2.0, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]], MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.apiguardian:apiguardian-api:jar:1.1.0]:.1.1.0:jar;compile[[]] MavenCoordinate [org.opentest4j:opentest4j:jar:1.2.0]:.1.2.0:jar;compile[[]] MavenCoordinate [org.junit.platform:junit-platform-commons:jar:1.7.2]:.1.7.2:jar;compile[[]] MavenCoordinate [org.junit.jupiter:junit-jupiter-engine:jar:5.7.2]:.5.7.2:jar;compile[[MavenArtifactInfoImpl [mavenCoordinate=MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2], resolvedVersion=1.7.2, snapshotVersion=false, extension=jar, scope=compile, dependencies=[]]]] MavenCoordinate [org.junit.platform:junit-platform-engine:jar:1.7.2]:.1.7.2:jar;compile[[]] jsonp-tck-tests-all.war: /WEB-INF/ /WEB-INF/lib/ /WEB-INF/lib/jakarta.json-tck-tests-2.1.0.jar /WEB-INF/lib/jakarta.json-tck-common-2.1.0.jar /WEB-INF/lib/junit-jupiter-api-5.7.2.jar /WEB-INF/lib/apiguardian-api-1.1.0.jar /WEB-INF/lib/opentest4j-1.2.0.jar /WEB-INF/lib/junit-platform-commons-1.7.2.jar /WEB-INF/lib/junit-jupiter-engine-5.7.2.jar /WEB-INF/lib/junit-platform-engine-1.7.2.jar [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.374 s - in shrinkwrap.JsonpTckArtifactTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ core-tck-jsonp-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/core-tck-jsonp-extension-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ core-tck-jsonp-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/core-tck-jsonp-extension-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ core-tck-jsonp-extension --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/core-tck-jsonp-extension-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-tck-jsonp-extension/10.0.0-SNAPSHOT/core-tck-jsonp-extension-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-tck-jsonp-extension/10.0.0-SNAPSHOT/core-tck-jsonp-extension-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/jsonp-tck-ext/target/core-tck-jsonp-extension-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-tck-jsonp-extension/10.0.0-SNAPSHOT/core-tck-jsonp-extension-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< jakarta.ee.tck.coreprofile:rest-tck-suite >-------------- [INFO] Building RESTful TCK Suite for Jakarta Core Profile TCK 10.0.0-SNAPSHOT [44/46] [INFO] from core-profile-tck/restful-tck-suite/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest-tck-suite --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ rest-tck-suite --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ rest-tck-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest-tck-suite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ rest-tck-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ rest-tck-suite --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ rest-tck-suite --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ rest-tck-suite --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/target/rest-tck-suite-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ rest-tck-suite --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/target/rest-tck-suite-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ rest-tck-suite --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/target/rest-tck-suite-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/rest-tck-suite/10.0.0-SNAPSHOT/rest-tck-suite-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/rest-tck-suite/10.0.0-SNAPSHOT/rest-tck-suite-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/restful-tck-suite/target/rest-tck-suite-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/rest-tck-suite/10.0.0-SNAPSHOT/rest-tck-suite-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< jakarta.ee.tck.coreprofile:core-profile-tck-impl >---------- [INFO] Building Jakarta Core Profile TCK Test Suite 10.0.0-SNAPSHOT [45/46] [INFO] from core-profile-tck/tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-profile-tck-impl --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ core-profile-tck-impl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ core-profile-tck-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ core-profile-tck-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ core-profile-tck-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ core-profile-tck-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ core-profile-tck-impl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running keys.KeysTest Public key format: X.509 Private key format: PKCS#8 /tmp/mykeys9899024112949662474.key /tmp/mykeys9899024112949662474.key MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEt5zd9RYSykUpWeMgrIRgMZtE65bI/4hW8KOTAh+BvlsdIHkc36+NE4l8fcAMeG2ni1xLunMojTEjJN2n9Oa/dg== MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEt5zd9RYSykUpWeMgrIRgMZtE65bI/4hW8KOTAh+BvlsdIHkc36+NE4l8fcAMeG2ni1xLunMojTEjJN2n9Oa/dg== java.security.spec.X509EncodedKeySpec@7d8995e MEUCIQC6vBQbi+Fbu2HKpbC22takzlh2zSndSa2bku68rE5ibgIgF2EOlAtmyQg7x4tuzyj+mZoa85sWFHRvMAvOjjyMS5o= PublicKey from file matches! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in keys.KeysTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ core-profile-tck-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/core-profile-tck-impl-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ core-profile-tck-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/core-profile-tck-impl-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ core-profile-tck-impl --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/core-profile-tck-impl-10.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-profile-tck-impl/10.0.0-SNAPSHOT/core-profile-tck-impl-10.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-profile-tck-impl/10.0.0-SNAPSHOT/core-profile-tck-impl-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck/target/core-profile-tck-impl-10.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-profile-tck-impl/10.0.0-SNAPSHOT/core-profile-tck-impl-10.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< jakarta.ee.tck.coreprofile:core-profile-tck-dist >---------- [INFO] Building Jakarta Core Profile TCK Distribution 10.0.0-SNAPSHOT [46/46] [INFO] from core-profile-tck/tck-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-profile-tck-dist --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ core-profile-tck-dist --- [INFO] [INFO] --- asciidoctor:2.2.1:process-asciidoc (generate-html-doc) @ core-profile-tck-dist --- 2023-07-07T13:30:12.557Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck-dist/src/main/asciidoc/tck-reference-guide.asciidoc [INFO] [INFO] --- asciidoctor:2.2.1:process-asciidoc (generate-pdf-doc) @ core-profile-tck-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck-dist/src/main/asciidoc/tck-reference-guide.asciidoc [INFO] [INFO] --- assembly:3.3.0:single (distribution) @ core-profile-tck-dist --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck-dist/target/jakarta-core-profile-tck-10.0.0-SNAPSHOT.zip [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ core-profile-tck-dist --- [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck-dist/pom.xml to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-profile-tck-dist/10.0.0-SNAPSHOT/core-profile-tck-dist-10.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/core-profile-tck/tck-dist/target/jakarta-core-profile-tck-10.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/ee/tck/coreprofile/core-profile-tck-dist/10.0.0-SNAPSHOT/core-profile-tck-dist-10.0.0-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for project 10.0.0-SNAPSHOT: [INFO] [INFO] project ............................................ SUCCESS [ 2.577 s] [INFO] web-jsf ............................................ SUCCESS [ 3.039 s] [INFO] web-jsp ............................................ SUCCESS [ 0.585 s] [INFO] web-jstl ........................................... SUCCESS [ 0.048 s] [INFO] web-servlet ........................................ SUCCESS [ 0.035 s] [INFO] lib util ........................................... SUCCESS [ 1.912 s] [INFO] runtime ............................................ SUCCESS [ 0.291 s] [INFO] COMMON ............................................. SUCCESS [ 2.493 s] [INFO] ASSEMBLY ........................................... SUCCESS [ 0.363 s] [INFO] APPCLIENT .......................................... SUCCESS [ 1.904 s] [INFO] ejb30-ws ........................................... SUCCESS [ 0.142 s] [INFO] Servlet ............................................ SUCCESS [ 5.138 s] [INFO] ejb30 .............................................. SUCCESS [ 10.689 s] [INFO] EJB32 .............................................. SUCCESS [ 0.526 s] [INFO] EJB ................................................ SUCCESS [ 4.026 s] [INFO] Connector .......................................... SUCCESS [ 0.308 s] [INFO] el ................................................. SUCCESS [ 0.403 s] [INFO] Integration ........................................ SUCCESS [ 0.144 s] [INFO] jacc ............................................... SUCCESS [ 0.316 s] [INFO] javaee ............................................. SUCCESS [ 0.132 s] [INFO] JAVAMAIL ........................................... SUCCESS [ 0.124 s] [INFO] JAXRS Tests ........................................ SUCCESS [ 0.622 s] [INFO] jaxws-common ....................................... SUCCESS [ 29.913 s] [INFO] JAXWS .............................................. SUCCESS [01:55 min] [INFO] JDBC ............................................... SUCCESS [ 0.915 s] [INFO] JMS ................................................ SUCCESS [ 2.894 s] [INFO] JPA ................................................ SUCCESS [ 4.777 s] [INFO] JSONB .............................................. SUCCESS [ 0.113 s] [INFO] JSONP .............................................. SUCCESS [ 0.213 s] [INFO] JSP ................................................ SUCCESS [ 2.192 s] [INFO] JSTL ............................................... SUCCESS [ 0.291 s] [INFO] jta ................................................ SUCCESS [ 0.223 s] [INFO] jws-common ......................................... SUCCESS [ 18.211 s] [INFO] JWS ................................................ SUCCESS [ 10.987 s] [INFO] saaj ............................................... SUCCESS [ 0.888 s] [INFO] SAMPLES ............................................ SUCCESS [ 0.112 s] [INFO] signaturetest ...................................... SUCCESS [ 0.203 s] [INFO] WEBSOCKET .......................................... SUCCESS [ 1.830 s] [INFO] XA ................................................. SUCCESS [ 0.151 s] [INFO] Jakarta Core TCK ................................... SUCCESS [ 0.093 s] [INFO] Common Annotations Signature Gen for Core Profile TCK SUCCESS [ 0.010 s] [INFO] CDI Lite suite.xml for Jakarta Core Profile TCK .... SUCCESS [ 0.900 s] [INFO] Jakarta Core Profile TCK Arquillian JSON-P Extension SUCCESS [ 3.409 s] [INFO] RESTful TCK Suite for Jakarta Core Profile TCK ..... SUCCESS [ 0.182 s] [INFO] Jakarta Core Profile TCK Test Suite ................ SUCCESS [ 0.753 s] [INFO] Jakarta Core Profile TCK Distribution .............. SUCCESS [ 13.136 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:03 min [INFO] Finished at: 2023-07-07T13:30:23Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/ + mvn clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta:glassfish.jms-tck:jar:10.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 371, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ---------------------< jakarta:glassfish.jms-tck >---------------------- [INFO] Building glassfish.jms-tck 10.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ glassfish.jms-tck --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ glassfish.jms-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ glassfish.jms-tck --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ glassfish.jms-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ glassfish.jms-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ glassfish.jms-tck --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ glassfish.jms-tck --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target/glassfish.jms-tck-10.0.0-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ glassfish.jms-tck --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.6:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.6/glassfish-7.0.6.zip to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target with includes "" and excludes "" [INFO] [INFO] --- antrun:3.0.0:run (init) @ glassfish.jms-tck --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /tmp/ri_admin_objects [WARNING] [echo] Echoing: imq.imqcmd.password=admin >/tmp/ripassword [INFO] Executed tasks [INFO] [INFO] --- antrun:3.0.0:run (encodeAdminPassword) @ glassfish.jms-tck --- [INFO] Executing tasks [WARNING] [echo] Encode admin password in JMS RI or OpenMQ via (imqusermgr) ...... [INFO] [exec] Encoding file where: [INFO] [exec] [INFO] [exec] Source File /tmp/ripassword [INFO] [exec] Target File /tmp/ripassword.encoded [INFO] [exec] [INFO] [exec] The file is successfully encoded [INFO] [move] Moving 1 file to /tmp [INFO] Executed tasks [INFO] [INFO] --- antrun:3.0.0:run (startbkr) @ glassfish.jms-tck --- [INFO] Executing tasks [WARNING] [echo] Start JMS RI or OpenMQ Broker via (imqbrokerd) ..... [WARNING] [echo] Sleeping 10 seconds ..... [INFO] Executed tasks [INFO] [INFO] --- antrun:3.0.0:run (create.tck.users) @ glassfish.jms-tck --- [INFO] Executing tasks [WARNING] [echo] Create user j2ee in JMS RI or OpenMQ via (imqusermgr) ...... [INFO] [exec] User repository for broker instance: imqbroker [INFO] [exec] User j2ee successfully added. [INFO] Executed tasks [INFO] [INFO] --- antrun:3.0.0:run (create.tck.jms.objects) @ glassfish.jms-tck --- [INFO] Executing tasks [WARNING] [echo] Create JMS Queue MY_QUEUE in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] MY_QUEUE [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MY_QUEUE [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue MY_QUEUE2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] MY_QUEUE2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MY_QUEUE2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testQ0 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testQ0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testQ0 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testQ1 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testQ1 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testQ1 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testQ2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testQ2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testQ2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testQueue2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testQueue2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testQueue2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue Q2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] Q2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] Q2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Topic MY_TOPIC in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] MY_TOPIC [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MY_TOPIC [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Topic MY_TOPIC2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] MY_TOPIC2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MY_TOPIC2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testT0 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testT0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testT0 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testT1 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testT1 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testT1 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS Queue testT2 in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic object with the following attributes: [INFO] [exec] [INFO] [exec] imqDestinationDescription [Destination Description] A Description for the Destination Object [INFO] [exec] imqDestinationName [Destination Name] testT2 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] testT2 [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS ConnectionFactory MyConnectionFactory in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Connection Factory object with the following attributes: [INFO] [exec] [INFO] [exec] imqAbortOnPingAckTimeout [Abort connection on ping reply Timeout] false [INFO] [exec] imqAckOnAcknowledge [Message Service Acknowledgement of Client Acknowledgements] [INFO] [exec] imqAckOnProduce [Message Service Acknowledgement of Produced Messages] [INFO] [exec] imqAckTimeout [Message Service Acknowledgement Timeout (milliseconds)] 0 [INFO] [exec] imqAddressList [Message Server Address List] [INFO] [exec] imqAddressListBehavior [Address List Order] PRIORITY [INFO] [exec] imqAddressListIterations [Number of Address List Iterations] 1 [INFO] [exec] imqAsyncSendCompletionWaitTimeout [Async Send Completion Wait Timeout (milliseconds)] 180000 [INFO] [exec] imqBrokerHostName [Broker Host Name] localhost [INFO] [exec] imqBrokerHostPort [Broker Host Port] 7676 [INFO] [exec] imqBrokerServicePort [Broker Service Port] 0 [INFO] [exec] imqConfiguredClientID [Configured Client ID] [INFO] [exec] imqConnectionFlowCount [Connection Flow Count] 100 [INFO] [exec] imqConnectionFlowLimit [Connection Flow Limit (Unconsumed Messages per Connection)] 1000 [INFO] [exec] imqConnectionFlowLimitEnabled [Connection Flow Limit Enabled] false [INFO] [exec] imqConnectionType [Connection Type] TCP [INFO] [exec] imqConnectionURL [HTTP URL] http://localhost/imq/tunnel [INFO] [exec] imqConsumerFlowLimit [Consumer Flow Limit (Unconsumed Messages per Consumer)] 1000 [INFO] [exec] imqConsumerFlowLimitPrefetch [Consumer Flow Limit Prefetch] true [INFO] [exec] imqConsumerFlowThreshold [Consumer Flow Threshold (Percent)] 50 [INFO] [exec] imqDefaultPassword [Default Password] guest [INFO] [exec] imqDefaultUsername [Default Username] guest [INFO] [exec] imqDisableSetClientID [Disable setClientID() JMS API] false [INFO] [exec] imqJMSDeliveryMode [JMSDeliveryMode value] PERSISTENT [INFO] [exec] imqJMSExpiration [JMSExpiration value] 0 [INFO] [exec] imqJMSPriority [JMSPriority value] 4 [INFO] [exec] imqLoadMaxToServerSession [Load Up To Maximum Messages to ServerSessions] true [INFO] [exec] imqOnMessageExceptionRedeliveryAttempts [OnMessage Exception Redelivery Attempts] 1 [INFO] [exec] imqOnMessageExceptionRedeliveryIntervals [OnMessage Exception Redelivery Intervals (milliseconds)] 500 [INFO] [exec] imqOverrideJMSDeliveryMode [Override JMSDeliveryMode] false [INFO] [exec] imqOverrideJMSExpiration [Override JMSExpiration] false [INFO] [exec] imqOverrideJMSHeadersToTemporaryDestinations [Override Messages to Temporary Destinations] false [INFO] [exec] imqOverrideJMSPriority [Override JMSPriority] false [INFO] [exec] imqPingAckTimeout [Ping reply Timeout (milliseconds)] 0 [INFO] [exec] imqPingInterval [Connection Ping Interval (seconds)] 30 [INFO] [exec] imqPortMapperSoTimeout [Port Mapper Client Socket Read Timeout (milliseconds)] -1 [INFO] [exec] imqQueueBrowserMaxMessagesPerRetrieve [Queue Browser Retrieve Size (# of messages)] 1000 [INFO] [exec] imqQueueBrowserRetrieveTimeout [Queue Browser Retrieve Timeout (milliseconds)] 60000 [INFO] [exec] imqReconnectAttempts [Number of Reconnect Attempts per Address] 0 [INFO] [exec] imqReconnectEnabled [Enable Auto-reconnect to Message Server] false [INFO] [exec] imqReconnectInterval [Reconnect Interval per Address (milliseconds)] 3000 [INFO] [exec] imqSSLIsHostTrusted [SSL Host Trusted] false [INFO] [exec] imqSetJMSXAppID [Enable JMSXAppID Message Property] false [INFO] [exec] imqSetJMSXConsumerTXID [Enable JMSXConsumerTXID Message Property] false [INFO] [exec] imqSetJMSXProducerTXID [Enable JMSXProducerTXID Message Property] false [INFO] [exec] imqSetJMSXRcvTimestamp [Enable JMSXRcvTimestamp Message Property] false [INFO] [exec] imqSetJMSXUserID [Enable JMSXUserID Message Property] false [INFO] [exec] imqSocketConnectTimeout [TCP Socket Connection Timeout (milliseconds)] 0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MyConnectionFactory [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS ConnectionFactory MyQueueConnectionFactory in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Queue Connection Factory object with the following attributes: [INFO] [exec] [INFO] [exec] imqAbortOnPingAckTimeout [Abort connection on ping reply Timeout] false [INFO] [exec] imqAckOnAcknowledge [Message Service Acknowledgement of Client Acknowledgements] [INFO] [exec] imqAckOnProduce [Message Service Acknowledgement of Produced Messages] [INFO] [exec] imqAckTimeout [Message Service Acknowledgement Timeout (milliseconds)] 0 [INFO] [exec] imqAddressList [Message Server Address List] [INFO] [exec] imqAddressListBehavior [Address List Order] PRIORITY [INFO] [exec] imqAddressListIterations [Number of Address List Iterations] 1 [INFO] [exec] imqAsyncSendCompletionWaitTimeout [Async Send Completion Wait Timeout (milliseconds)] 180000 [INFO] [exec] imqBrokerHostName [Broker Host Name] localhost [INFO] [exec] imqBrokerHostPort [Broker Host Port] 7676 [INFO] [exec] imqBrokerServicePort [Broker Service Port] 0 [INFO] [exec] imqConfiguredClientID [Configured Client ID] [INFO] [exec] imqConnectionFlowCount [Connection Flow Count] 100 [INFO] [exec] imqConnectionFlowLimit [Connection Flow Limit (Unconsumed Messages per Connection)] 1000 [INFO] [exec] imqConnectionFlowLimitEnabled [Connection Flow Limit Enabled] false [INFO] [exec] imqConnectionType [Connection Type] TCP [INFO] [exec] imqConnectionURL [HTTP URL] http://localhost/imq/tunnel [INFO] [exec] imqConsumerFlowLimit [Consumer Flow Limit (Unconsumed Messages per Consumer)] 1000 [INFO] [exec] imqConsumerFlowLimitPrefetch [Consumer Flow Limit Prefetch] true [INFO] [exec] imqConsumerFlowThreshold [Consumer Flow Threshold (Percent)] 50 [INFO] [exec] imqDefaultPassword [Default Password] guest [INFO] [exec] imqDefaultUsername [Default Username] guest [INFO] [exec] imqDisableSetClientID [Disable setClientID() JMS API] false [INFO] [exec] imqJMSDeliveryMode [JMSDeliveryMode value] PERSISTENT [INFO] [exec] imqJMSExpiration [JMSExpiration value] 0 [INFO] [exec] imqJMSPriority [JMSPriority value] 4 [INFO] [exec] imqLoadMaxToServerSession [Load Up To Maximum Messages to ServerSessions] true [INFO] [exec] imqOnMessageExceptionRedeliveryAttempts [OnMessage Exception Redelivery Attempts] 1 [INFO] [exec] imqOnMessageExceptionRedeliveryIntervals [OnMessage Exception Redelivery Intervals (milliseconds)] 500 [INFO] [exec] imqOverrideJMSDeliveryMode [Override JMSDeliveryMode] false [INFO] [exec] imqOverrideJMSExpiration [Override JMSExpiration] false [INFO] [exec] imqOverrideJMSHeadersToTemporaryDestinations [Override Messages to Temporary Destinations] false [INFO] [exec] imqOverrideJMSPriority [Override JMSPriority] false [INFO] [exec] imqPingAckTimeout [Ping reply Timeout (milliseconds)] 0 [INFO] [exec] imqPingInterval [Connection Ping Interval (seconds)] 30 [INFO] [exec] imqPortMapperSoTimeout [Port Mapper Client Socket Read Timeout (milliseconds)] -1 [INFO] [exec] imqQueueBrowserMaxMessagesPerRetrieve [Queue Browser Retrieve Size (# of messages)] 1000 [INFO] [exec] imqQueueBrowserRetrieveTimeout [Queue Browser Retrieve Timeout (milliseconds)] 60000 [INFO] [exec] imqReconnectAttempts [Number of Reconnect Attempts per Address] 0 [INFO] [exec] imqReconnectEnabled [Enable Auto-reconnect to Message Server] false [INFO] [exec] imqReconnectInterval [Reconnect Interval per Address (milliseconds)] 3000 [INFO] [exec] imqSSLIsHostTrusted [SSL Host Trusted] false [INFO] [exec] imqSetJMSXAppID [Enable JMSXAppID Message Property] false [INFO] [exec] imqSetJMSXConsumerTXID [Enable JMSXConsumerTXID Message Property] false [INFO] [exec] imqSetJMSXProducerTXID [Enable JMSXProducerTXID Message Property] false [INFO] [exec] imqSetJMSXRcvTimestamp [Enable JMSXRcvTimestamp Message Property] false [INFO] [exec] imqSetJMSXUserID [Enable JMSXUserID Message Property] false [INFO] [exec] imqSocketConnectTimeout [TCP Socket Connection Timeout (milliseconds)] 0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MyQueueConnectionFactory [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS ConnectionFactory MyTopicConnectionFactory in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic Connection Factory object with the following attributes: [INFO] [exec] [INFO] [exec] imqAbortOnPingAckTimeout [Abort connection on ping reply Timeout] false [INFO] [exec] imqAckOnAcknowledge [Message Service Acknowledgement of Client Acknowledgements] [INFO] [exec] imqAckOnProduce [Message Service Acknowledgement of Produced Messages] [INFO] [exec] imqAckTimeout [Message Service Acknowledgement Timeout (milliseconds)] 0 [INFO] [exec] imqAddressList [Message Server Address List] [INFO] [exec] imqAddressListBehavior [Address List Order] PRIORITY [INFO] [exec] imqAddressListIterations [Number of Address List Iterations] 1 [INFO] [exec] imqAsyncSendCompletionWaitTimeout [Async Send Completion Wait Timeout (milliseconds)] 180000 [INFO] [exec] imqBrokerHostName [Broker Host Name] localhost [INFO] [exec] imqBrokerHostPort [Broker Host Port] 7676 [INFO] [exec] imqBrokerServicePort [Broker Service Port] 0 [INFO] [exec] imqConfiguredClientID [Configured Client ID] [INFO] [exec] imqConnectionFlowCount [Connection Flow Count] 100 [INFO] [exec] imqConnectionFlowLimit [Connection Flow Limit (Unconsumed Messages per Connection)] 1000 [INFO] [exec] imqConnectionFlowLimitEnabled [Connection Flow Limit Enabled] false [INFO] [exec] imqConnectionType [Connection Type] TCP [INFO] [exec] imqConnectionURL [HTTP URL] http://localhost/imq/tunnel [INFO] [exec] imqConsumerFlowLimit [Consumer Flow Limit (Unconsumed Messages per Consumer)] 1000 [INFO] [exec] imqConsumerFlowLimitPrefetch [Consumer Flow Limit Prefetch] true [INFO] [exec] imqConsumerFlowThreshold [Consumer Flow Threshold (Percent)] 50 [INFO] [exec] imqDefaultPassword [Default Password] guest [INFO] [exec] imqDefaultUsername [Default Username] guest [INFO] [exec] imqDisableSetClientID [Disable setClientID() JMS API] false [INFO] [exec] imqJMSDeliveryMode [JMSDeliveryMode value] PERSISTENT [INFO] [exec] imqJMSExpiration [JMSExpiration value] 0 [INFO] [exec] imqJMSPriority [JMSPriority value] 4 [INFO] [exec] imqLoadMaxToServerSession [Load Up To Maximum Messages to ServerSessions] true [INFO] [exec] imqOnMessageExceptionRedeliveryAttempts [OnMessage Exception Redelivery Attempts] 1 [INFO] [exec] imqOnMessageExceptionRedeliveryIntervals [OnMessage Exception Redelivery Intervals (milliseconds)] 500 [INFO] [exec] imqOverrideJMSDeliveryMode [Override JMSDeliveryMode] false [INFO] [exec] imqOverrideJMSExpiration [Override JMSExpiration] false [INFO] [exec] imqOverrideJMSHeadersToTemporaryDestinations [Override Messages to Temporary Destinations] false [INFO] [exec] imqOverrideJMSPriority [Override JMSPriority] false [INFO] [exec] imqPingAckTimeout [Ping reply Timeout (milliseconds)] 0 [INFO] [exec] imqPingInterval [Connection Ping Interval (seconds)] 30 [INFO] [exec] imqPortMapperSoTimeout [Port Mapper Client Socket Read Timeout (milliseconds)] -1 [INFO] [exec] imqQueueBrowserMaxMessagesPerRetrieve [Queue Browser Retrieve Size (# of messages)] 1000 [INFO] [exec] imqQueueBrowserRetrieveTimeout [Queue Browser Retrieve Timeout (milliseconds)] 60000 [INFO] [exec] imqReconnectAttempts [Number of Reconnect Attempts per Address] 0 [INFO] [exec] imqReconnectEnabled [Enable Auto-reconnect to Message Server] false [INFO] [exec] imqReconnectInterval [Reconnect Interval per Address (milliseconds)] 3000 [INFO] [exec] imqSSLIsHostTrusted [SSL Host Trusted] false [INFO] [exec] imqSetJMSXAppID [Enable JMSXAppID Message Property] false [INFO] [exec] imqSetJMSXConsumerTXID [Enable JMSXConsumerTXID Message Property] false [INFO] [exec] imqSetJMSXProducerTXID [Enable JMSXProducerTXID Message Property] false [INFO] [exec] imqSetJMSXRcvTimestamp [Enable JMSXRcvTimestamp Message Property] false [INFO] [exec] imqSetJMSXUserID [Enable JMSXUserID Message Property] false [INFO] [exec] imqSocketConnectTimeout [TCP Socket Connection Timeout (milliseconds)] 0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] MyTopicConnectionFactory [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [WARNING] [echo] Create JMS ConnectionFactory DURABLE_SUB_CONNECTION_FACTORY in JMS RI or OpenMQ object store via (imqobjmgr) ..... [INFO] [exec] [INFO] [exec] Adding a Topic Connection Factory object with the following attributes: [INFO] [exec] [INFO] [exec] imqAbortOnPingAckTimeout [Abort connection on ping reply Timeout] false [INFO] [exec] imqAckOnAcknowledge [Message Service Acknowledgement of Client Acknowledgements] [INFO] [exec] imqAckOnProduce [Message Service Acknowledgement of Produced Messages] [INFO] [exec] imqAckTimeout [Message Service Acknowledgement Timeout (milliseconds)] 0 [INFO] [exec] imqAddressList [Message Server Address List] [INFO] [exec] imqAddressListBehavior [Address List Order] PRIORITY [INFO] [exec] imqAddressListIterations [Number of Address List Iterations] 1 [INFO] [exec] imqAsyncSendCompletionWaitTimeout [Async Send Completion Wait Timeout (milliseconds)] 180000 [INFO] [exec] imqBrokerHostName [Broker Host Name] localhost [INFO] [exec] imqBrokerHostPort [Broker Host Port] 7676 [INFO] [exec] imqBrokerServicePort [Broker Service Port] 0 [INFO] [exec] imqConfiguredClientID [Configured Client ID] cts [INFO] [exec] imqConnectionFlowCount [Connection Flow Count] 100 [INFO] [exec] imqConnectionFlowLimit [Connection Flow Limit (Unconsumed Messages per Connection)] 1000 [INFO] [exec] imqConnectionFlowLimitEnabled [Connection Flow Limit Enabled] false [INFO] [exec] imqConnectionType [Connection Type] TCP [INFO] [exec] imqConnectionURL [HTTP URL] http://localhost/imq/tunnel [INFO] [exec] imqConsumerFlowLimit [Consumer Flow Limit (Unconsumed Messages per Consumer)] 1000 [INFO] [exec] imqConsumerFlowLimitPrefetch [Consumer Flow Limit Prefetch] true [INFO] [exec] imqConsumerFlowThreshold [Consumer Flow Threshold (Percent)] 50 [INFO] [exec] imqDefaultPassword [Default Password] guest [INFO] [exec] imqDefaultUsername [Default Username] guest [INFO] [exec] imqDisableSetClientID [Disable setClientID() JMS API] false [INFO] [exec] imqJMSDeliveryMode [JMSDeliveryMode value] PERSISTENT [INFO] [exec] imqJMSExpiration [JMSExpiration value] 0 [INFO] [exec] imqJMSPriority [JMSPriority value] 4 [INFO] [exec] imqLoadMaxToServerSession [Load Up To Maximum Messages to ServerSessions] true [INFO] [exec] imqOnMessageExceptionRedeliveryAttempts [OnMessage Exception Redelivery Attempts] 1 [INFO] [exec] imqOnMessageExceptionRedeliveryIntervals [OnMessage Exception Redelivery Intervals (milliseconds)] 500 [INFO] [exec] imqOverrideJMSDeliveryMode [Override JMSDeliveryMode] false [INFO] [exec] imqOverrideJMSExpiration [Override JMSExpiration] false [INFO] [exec] imqOverrideJMSHeadersToTemporaryDestinations [Override Messages to Temporary Destinations] false [INFO] [exec] imqOverrideJMSPriority [Override JMSPriority] false [INFO] [exec] imqPingAckTimeout [Ping reply Timeout (milliseconds)] 0 [INFO] [exec] imqPingInterval [Connection Ping Interval (seconds)] 30 [INFO] [exec] imqPortMapperSoTimeout [Port Mapper Client Socket Read Timeout (milliseconds)] -1 [INFO] [exec] imqQueueBrowserMaxMessagesPerRetrieve [Queue Browser Retrieve Size (# of messages)] 1000 [INFO] [exec] imqQueueBrowserRetrieveTimeout [Queue Browser Retrieve Timeout (milliseconds)] 60000 [INFO] [exec] imqReconnectAttempts [Number of Reconnect Attempts per Address] 0 [INFO] [exec] imqReconnectEnabled [Enable Auto-reconnect to Message Server] false [INFO] [exec] imqReconnectInterval [Reconnect Interval per Address (milliseconds)] 3000 [INFO] [exec] imqSSLIsHostTrusted [SSL Host Trusted] false [INFO] [exec] imqSetJMSXAppID [Enable JMSXAppID Message Property] false [INFO] [exec] imqSetJMSXConsumerTXID [Enable JMSXConsumerTXID Message Property] false [INFO] [exec] imqSetJMSXProducerTXID [Enable JMSXProducerTXID Message Property] false [INFO] [exec] imqSetJMSXRcvTimestamp [Enable JMSXRcvTimestamp Message Property] false [INFO] [exec] imqSetJMSXUserID [Enable JMSXUserID Message Property] false [INFO] [exec] imqSocketConnectTimeout [TCP Socket Connection Timeout (milliseconds)] 0 [INFO] [exec] [INFO] [exec] Using the following lookup name: [INFO] [exec] [INFO] [exec] DURABLE_SUB_CONNECTION_FACTORY [INFO] [exec] [INFO] [exec] The object's read-only state: false [INFO] [exec] [INFO] [exec] To the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Object successfully added. [INFO] Executed tasks [INFO] [INFO] --- antrun:3.0.0:run (list.tck.jms.objects) @ glassfish.jms-tck --- [INFO] Executing tasks [WARNING] [echo] List JMS objects in JMS RI or OpenMQ object store via (imgobjmgr) ...... [INFO] [exec] [INFO] [exec] Listing all administered objects in the object store specified by: [INFO] [exec] [INFO] [exec] java.naming.factory.initial com.sun.jndi.fscontext.RefFSContextFactory [INFO] [exec] java.naming.provider.url file:////tmp/ri_admin_objects [INFO] [exec] [INFO] [exec] Lookup Name Object Class Name [INFO] [exec] DURABLE_SUB_CONNECTION_FACTORY com.sun.messaging.TopicConnectionFactory [INFO] [exec] MY_QUEUE com.sun.messaging.Queue [INFO] [exec] MY_QUEUE2 com.sun.messaging.Queue [INFO] [exec] MY_TOPIC com.sun.messaging.Topic [INFO] [exec] MY_TOPIC2 com.sun.messaging.Topic [INFO] [exec] MyConnectionFactory com.sun.messaging.ConnectionFactory [INFO] [exec] MyQueueConnectionFactory com.sun.messaging.QueueConnectionFactory [INFO] [exec] MyTopicConnectionFactory com.sun.messaging.TopicConnectionFactory [INFO] [exec] Q2 com.sun.messaging.Queue [INFO] [exec] testQ0 com.sun.messaging.Queue [INFO] [exec] testQ1 com.sun.messaging.Queue [INFO] [exec] testQ2 com.sun.messaging.Queue [INFO] [exec] testQueue2 com.sun.messaging.Queue [INFO] [exec] testT0 com.sun.messaging.Topic [INFO] [exec] testT1 com.sun.messaging.Topic [INFO] [exec] testT2 com.sun.messaging.Topic [INFO] [exec] [INFO] [exec] Objects listed successfully. [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.0:exec (StopDomain1) @ glassfish.jms-tck --- dasNotRunning() CLI306: Warning - The server located at /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target/glassfish7/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StartDomain1) @ glassfish.jms-tck --- Waiting for domain1 to start .... Waiting finished after 3,044 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 Command start-domain executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (Enable Trace requests) @ glassfish.jms-tck --- server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true Command set executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (Delete User j2ee) @ glassfish.jms-tck --- remote failure: Removing User j2ee from file realm j2ee failed. No such user [j2ee]. No such user [j2ee]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.0:exec (Add User j2ee) @ glassfish.jms-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (Delete User javajoe) @ glassfish.jms-tck --- remote failure: Removing User javajoe from file realm javajoe failed. No such user [javajoe]. No such user [javajoe]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.0:exec (Add User javajoe) @ glassfish.jms-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (list users) @ glassfish.jms-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StopDomain) @ glassfish.jms-tck --- Waiting for the domain to stop .. Waiting finished after 1,179 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ glassfish.jms-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package com.sun.ts.tests.jms.core20.connectionfactorytests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedTopicSession not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedTopicConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedTopicPublisher not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedTopicSubscriber not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.sessiontests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.queueMsgHeaders not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.txtopictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.messageconsumertests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.closedQueueSession not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.closedQueueConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.jmsproducertopictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.exceptionQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.selectorTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.messageTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.runtimeexceptiontests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.sessiontests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedQueueSender not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.jmsconsumertests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.streamMsgQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.queueConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.jmsproducerqueuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.topictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.objectMsgQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.foreignMsgTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedQueueConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.queuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.jmscontextqueuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.topicConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.invalidDest not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.messageproducertests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.bytesMsgQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.mapMsgTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.topictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.topicMsgHeaders not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.mapMsgQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.exceptiontests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedQueueReceiver not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.jmsconsumertests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.closedTopicSession not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.selectorQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.foreignMsgQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.closedTopicConnection not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.queueconn not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.jmscontexttopictests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.queuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.bytesMsgTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.closedQueueReceiver not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.topicMsgProperties not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.streamMsgTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core20.appclient.messageproducertests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.messageQueue not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.messageProducer not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.queueMsgProperties not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.exceptionTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.objectMsgTopic not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.appclient.txqueuetests not in glassfish.jms.tck [ERROR] WARNING: package com.sun.ts.tests.jms.core.closedQueueSession not in glassfish.jms.tck [INFO] Running com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionGetTransactedTest INFO: Try to call getTransacted() with closed session. Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionGetTransactedTest INFO: Caught expected exception Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTextMessageTest INFO: Try to create TextMessage with closed session. Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTextMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateBytesMessageTest INFO: Try to create BytesMessage with closed session. Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateBytesMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateDurableSubscriberMsgSelectorTest INFO: Try to create DurableSubscriber with message selector using closed session. Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateDurableSubscriberMsgSelectorTest INFO: Caught expected exception Jul 07, 2023 1:31:00 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionRecoverTest INFO: Try to call recover() with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionRecoverTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTempTopicTest INFO: Try to create TemporaryTopic with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTempTopicTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateSubscriberMsgSelectorTest INFO: Try to create Subscriber with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateSubscriberMsgSelectorTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateMapMessageTest INFO: Try to create MapMessage with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateMapMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionRollbackTest INFO: Try to call rollback() with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionRollbackTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCloseTest INFO: Try to call close on closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCommitTest INFO: Try to call commit with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCommitTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateText2MessageTest INFO: Try to create TextMessage with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateText2MessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateSubscriberTest INFO: Try to create Subscriber with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateSubscriberTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionUnsubscribeTest INFO: Try to call unsubscribe with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionUnsubscribeTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateDurableSubscriberTest INFO: Try to create DurableSubscriber with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateDurableSubscriberTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateMessageTest INFO: Try to create message with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateStreamMessageTest INFO: Try to create StreamMessage with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateStreamMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreatePublisherTest INFO: Try to create Publisher with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreatePublisherTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTopicTest INFO: Try to create topic with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateTopicTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateObject2MessageTest INFO: Try to create ObjectMessage(object) with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateObject2MessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateObjectMessageTest INFO: Try to create ObjectMessage with closed session. Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT closedTopicSessionCreateObjectMessageTest INFO: Caught expected exception Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 s - in com.sun.ts.tests.jms.core.closedTopicSession.ClosedTopicSessionTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT closedQueueConnectionAckTest INFO: Creating 1 TextMessage Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT closedQueueConnectionAckTest INFO: Sending a TextMessage Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT closedQueueConnectionAckTest INFO: Receiving TextMessage Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT closedQueueConnectionAckTest INFO: Closing DefaultQueueConnection Jul 07, 2023 1:31:01 PM com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT closedQueueConnectionAckTest INFO: Pass: IllegalStateException thrown by acknowledge as expected [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s - in com.sun.ts.tests.jms.core.appclient.closedQueueConnection.ClosedQueueConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.closedTopicConnection.ClosedTopicConnectionTestsIT [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in com.sun.ts.tests.jms.core.appclient.closedTopicConnection.ClosedTopicConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT serialMsgListenerTopicTest INFO: Create two message listeners Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT serialMsgListenerTopicTest INFO: Create and send message 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT serialMsgListenerTopicTest INFO: Create and send message 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT serialMsgListenerTopicTest INFO: Create and send message 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT serialMsgListenerTopicTest INFO: Start connection Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetExceptionListenerTest INFO: Setup JmsTool for TOPIC Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetExceptionListenerTest INFO: Create ExceptionListener Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetExceptionListenerTest INFO: Call setExceptionListener on Connection object Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Close default TopicSubscriber Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Create TopicRequestor Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Create SessionThread Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Tell SessionThread to respond to messages Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Create Subscriber in SessionThread Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Tell receiver to keep receiving (it will throw an exception and stop when it receives the null message) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Start the SessionThread Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Send one message and receive reply Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Wait 15 seconds for receive() to start again before closing session... Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Close the SessionThread's TopicSession Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: Wait for thread to close (will close after receiving null message) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT receiveNullClosedSessionTopicTest INFO: receive() properly received a null message -- GOOD Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Setting clientID! Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Getting clientID! Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: setClientID/getClientID correct Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Resetting clientID! (excpect IllegalStateException) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Expected Exception received: [C4054]: Cannot set client ID, invalid state. Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Set clientID on second connection to value of clientID on first connection Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Expect InvalidClientIDException Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT setGetChangeClientIDTopicTest INFO: Expected exception received: [C4052]: Client ID is already in use - ctstest user=j2ee, broker=localhost:7676(46683) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating Topic 0 of 2 (3 total) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating Topic 1 of 2 (3 total) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating Topic 2 of 2 (3 total) Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating 3 senders Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: sender 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: sender 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: sender 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating CLIENT_ACKNOWLEDGE session for receiving Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Creating 3 receivers in receive session Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: receiver 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: receiver 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: receiver 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Sending message 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Sending message 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Sending message 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Receive messages 0-2 in reverse order Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Receive message 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:990-10.40.42.154(a9:bc:71:90:39:f1)-58300-1688736662830 getJMSTimestamp(): 1688736662830 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testT2 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 2 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: session.recover() Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Receive message 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:989-10.40.42.154(a9:bc:71:90:39:f1)-58300-1688736662829 getJMSTimestamp(): 1688736662829 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testT1 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 1 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Receive message 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:988-10.40.42.154(a9:bc:71:90:39:f1)-58300-1688736662829 getJMSTimestamp(): 1688736662829 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testT0 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 0 Jul 07, 2023 1:31:02 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT reverseReceiveClientAckTest INFO: Try receiving message from all subscribers again (should not receive any) Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Set up JmsTool for TOPIC Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Set up MessageListener Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Set up TopicRequestor with InvalidDestination Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Set up TopicRequestor with a closed TopicSession Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Set up TopicRequestor Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Creating 1 message Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Close TopicRequestor Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Try a request/response message exchange on a closed TopicRequestor Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT clientAckTopicTest INFO: Start connection Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT clientAckTopicTest INFO: Re-received message: test message 4 Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Set up JmsTool for TOPIC Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Creating 1 message Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Set up MessageListener Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Set up TopicRequestor for request/response message exchange Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Send message request and receive message response using TopicRequestor Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Message request text: "This is the request message" Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT$RequestorMsgListener onMessage INFO: RequestorMsgListener.onMessage() Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT$RequestorMsgListener onMessage INFO: Request message=This is the request message Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT$RequestorMsgListener onMessage INFO: Received request message is correct Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT$RequestorMsgListener onMessage INFO: Sending back response message Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Message response text: "This is the response message" Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Received correct response message Jul 07, 2023 1:31:32 PM com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT topicRequestorSimpleSendAndRecvTest INFO: Close TopicRequestor [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.219 s - in com.sun.ts.tests.jms.core.appclient.topictests.TopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Start connection Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Creating 1 message Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Sending message Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Call commit Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Receiving message Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Call commit Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Message text: "transaction message test" Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT simpleSendReceiveTxQueueTest INFO: Received correct message Jul 07, 2023 1:31:42 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:43 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Send 3 messages to Queue and call rollback() Jul 07, 2023 1:31:43 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 1 sent Jul 07, 2023 1:31:43 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 2 sent Jul 07, 2023 1:31:43 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 3 sent Jul 07, 2023 1:31:43 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Should not consume any messages in Queue since rollback() was called Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Send 3 messages to Queue and call commit() Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 1 sent Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 2 sent Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Message 3 sent Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Should consume all messages in Queue since commit() was called Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 1 Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 2 Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 3 Jul 07, 2023 1:31:53 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:54 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:31:54 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT commitAckMsgQueueTest INFO: Pass: received proper message Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT rollbackRecoverQueueTest INFO: Received orignal message again. Was not acknowledged. Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.258 s - in com.sun.ts.tests.jms.core.appclient.txqueuetests.TxQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitAckMsgTopicTest INFO: Pass: received proper message Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections java.lang.Exception: didn't get the right message at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.transactionRollbackOnSessionCloseReceiveTopicTest(TxTopicTestsIT.java:387) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT rollbackRecoverTopicTest INFO: Received orignal message again. Was not acknowledged. Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Send 3 messages to Topic and call rollback() Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 1 sent Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 2 sent Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 3 sent Jul 07, 2023 1:32:04 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Should not consume any messages in Topic since rollback() was called Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Send 3 messages to Topic and call commit() Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 1 sent Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 2 sent Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Message 3 sent Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Should consume all messages in Topic since commit() was called Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT commitRollbackMultiMsgsTest INFO: Received message: Message 3 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections java.lang.Exception: didn't get the right message at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.txRollbackOnConnectionCloseReceiveTopicTest(TxTopicTestsIT.java:619) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections [ERROR] Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 10.138 s <<< FAILURE! - in com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT [ERROR] com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.transactionRollbackOnSessionCloseReceiveTopicTest Time elapsed: 0.016 s <<< ERROR! java.lang.Exception: transactionRollbackOnSessionCloseReceiveTopicTest at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.transactionRollbackOnSessionCloseReceiveTopicTest(TxTopicTestsIT.java:417) Caused by: java.lang.Exception: didn't get the right message at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.transactionRollbackOnSessionCloseReceiveTopicTest(TxTopicTestsIT.java:387) [ERROR] com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.txRollbackOnConnectionCloseReceiveTopicTest Time elapsed: 0.015 s <<< ERROR! java.lang.Exception: txRollbackOnConnectionCloseReceiveTopicTest at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.txRollbackOnConnectionCloseReceiveTopicTest(TxTopicTestsIT.java:677) Caused by: java.lang.Exception: didn't get the right message at com.sun.ts.tests.jms.core.appclient.txtopictests.TxTopicTestsIT.txRollbackOnConnectionCloseReceiveTopicTest(TxTopicTestsIT.java:619) [INFO] Running com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing queue session Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing queue session Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in com.sun.ts.tests.jms.core.appclient.closedQueueSession.ClosedQueueSessionTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.closedQueueReceiver.ClosedQueueReceiverIT Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueReceiver.ClosedQueueReceiverIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedQueueReceiver.ClosedQueueReceiverIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in com.sun.ts.tests.jms.core.appclient.closedQueueReceiver.ClosedQueueReceiverIT [INFO] Running com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Closing topic session Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT createAndCloseSession INFO: Session closed Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.sun.ts.tests.jms.core.appclient.closedTopicSession.ClosedTopicSessionTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.invalidDest.InvalidDestTestsIT Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.invalidDest.InvalidDestTestsIT invalidDestinationTests INFO: Got expected InvalidDestinationException from unsubscribe(foo) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.invalidDest.InvalidDestTestsIT invalidDestinationTests INFO: Got expected InvalidDestinationException from createDurableSubscriber(null, String) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.invalidDest.InvalidDestTestsIT invalidDestinationTests INFO: Got expected InvalidDestinationException from createDurableSubscriber(null, String, String, boolean) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.sun.ts.tests.jms.core.appclient.invalidDest.InvalidDestTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Close default QueueReceiver Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Create QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Create SessionThread Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Tell SessionThread to respond to messages Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Create Receiver in SessionThread Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Tell receiver to keep receiving (it will throw an exception and stop when it receives the null message) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Start the SessionThread Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Send one message and receive reply Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Wait 15 seconds for receive() to start again before closing session... Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Close the SessionThread's QueueSession Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: Wait for thread to close (will close after receiving null message) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT receiveNullClosedSessionQueueTest INFO: receive() properly received a null message -- GOOD Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Setting clientID! Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Getting clientID! Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: setClientID/getClientID correct Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Resetting clientID! (excpect IllegalStateException) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Expected Exception received: [C4054]: Cannot set client ID, invalid state. Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Set clientID on second connection to value of clientID on first connection Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Expect InvalidClientIDException Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetChangeClientIDQueueTest INFO: Expected exception received: [C4052]: Client ID is already in use - ctstest user=j2ee, broker=localhost:7676(46683) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Set up JmsTool for QUEUE Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Creating 1 message Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Set up MessageListener Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Set up QueueRequestor for request/response message exchange Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Send message request and receive message response using QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Message request text: "This is the request message" Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT$RequestorMsgListener onMessage INFO: RequestorMsgListener.onMessage() Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT$RequestorMsgListener onMessage INFO: Request message=This is the request message Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT$RequestorMsgListener onMessage INFO: Received request message is correct Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT$RequestorMsgListener onMessage INFO: Sending back response message Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Message response text: "This is the response message" Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Received correct response message Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorSimpleSendAndRecvTest INFO: Close QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT clientAckQueueTest INFO: Start connection Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT clientAckQueueTest INFO: Re-received message: test message 4 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT clientAckQueueTest INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Set up JmsTool for QUEUE Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Set up MessageListener Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Set up QueueRequestor with InvalidDestination Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Set up QueueRequestor with a closed QueueSession Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Set up QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Creating 1 message Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Close QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Try a request/response message exchange on a closed QueueRequestor Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT queueRequestorExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT nonAckMsgsRedeliveredQueueTest INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetExceptionListenerTest INFO: Setup JmsTool for QUEUE Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetExceptionListenerTest INFO: Create ExceptionListener Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setGetExceptionListenerTest INFO: Call setExceptionListener on Connection object Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT serialMsgListenerQueueTest INFO: Create two message listeners Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT serialMsgListenerQueueTest INFO: Create and send message 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT serialMsgListenerQueueTest INFO: Create and send message 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT serialMsgListenerQueueTest INFO: Create and send message 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT serialMsgListenerQueueTest INFO: Start connection Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating Queue 0 of 2 (3 total) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating Queue 1 of 2 (3 total) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating Queue 2 of 2 (3 total) Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating 3 senders Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: sender 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: sender 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: sender 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating CLIENT_ACKNOWLEDGE session for receiving Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Creating 3 receivers in receive session Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: receiver 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: receiver 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: receiver 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Sending message 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Sending message 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Sending message 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Receive messages 0-2 in reverse order Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Receive message 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:2376-10.40.42.154(ce:8c:ec:a1:15:11)-38332-1688736734621 getJMSTimestamp(): 1688736734621 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testQ2 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 2 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: session.recover() Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Receive message 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:2375-10.40.42.154(ce:8c:ec:a1:15:11)-38332-1688736734620 getJMSTimestamp(): 1688736734620 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testQ1 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 1 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Receive message 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: msg = Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:2374-10.40.42.154(ce:8c:ec:a1:15:11)-38332-1688736734619 getJMSTimestamp(): 1688736734619 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: testQ0 getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=reverseReceiveClientAckTest} Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Acknowledge message 0 Jul 07, 2023 1:32:14 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Try receiving message from all receivers again (should not receive any) Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT reverseReceiveClientAckTest INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT setup INFO: adding the default queue to the queue cleaner lsit [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.239 s - in com.sun.ts.tests.jms.core.appclient.queuetests.QueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT connStoppedQueueTest INFO: Pass: Received correct message Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: create a new connection Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Creating 1 TextMessage Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Sending a TextMessage Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Receive the TextMessage Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Close the connection with no ack of message received Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Use default connection to retrieve the unacknowledged message Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT closedQueueConnectionNoForcedAckTest INFO: Pass: received correct msg Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT cleanup INFO: Cleanup: Closing Queue Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in com.sun.ts.tests.jms.core.appclient.queueconn.QueueConnTestsIT [INFO] Running com.sun.ts.tests.jms.core.exceptiontests.ExceptionTestIT [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in com.sun.ts.tests.jms.core.exceptiontests.ExceptionTestIT [INFO] Running com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in com.sun.ts.tests.jms.core.closedQueueSender.ClosedQueueSenderTestsIT [INFO] Running com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQTestsFullMsg INFO: Writing one of each primitive type to the message Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMsgNullStreamQTest INFO: Writing a null stream to byte message should throw a NullPointerException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a boolean ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeBoolean Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a byte ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeByte Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a short ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeShort Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a char ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeChar Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a int ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeInt Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a long ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeLong Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a float ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeFloat Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a double ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeDouble Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a bytes... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a bytes... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a UTF ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeUTF Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Writing a object ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT bytesMessageQNotWriteable INFO: Got Expected MessageNotWriteableException with writeObject Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in com.sun.ts.tests.jms.core.bytesMsgQueue.BytesMsgQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a boolean ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeBoolean Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a byte ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeByte Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a short ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeShort Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a char ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeChar Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a int ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeInt Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a long ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeLong Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a float ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeFloat Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a double ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeDouble Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a bytes... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a string ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeString Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Writing a object ... Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeObject Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readBytes[] to read a byte[] Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readBoolean to read a byte[] Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readString to read a byte[] Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readByte to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readShort to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readChar to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readInt to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readLong to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readFloat to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBytes INFO: Use readDouble to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readBoolean to read an int - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readString to read an int Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readBytes[] to read an int - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readByte to read an int - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readShort to read an int Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readChar to read an int - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readInt to read an int Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readLong to read an int Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readFloat to read an int - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInt INFO: Use readDouble to read an int - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readBoolean to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readString to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readBytes[] to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readByte to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readShort to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readChar to read a long Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readInt to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readLong to read a long Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readFloat to read a float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsFloat INFO: Use readDouble to read an float Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readBoolean to read a short - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readString to read a short Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readBytes[] to read a short - expect MessageFormatException Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readByte to read a short - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readShort to read a short Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readChar to read a short - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readInt to read a byte Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readLong to read a short Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readFloat to read a short - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsShort INFO: Use readDouble to read a short - this is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readByte to read a String that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Verify that the data can be read as a string and pointer did not move Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readShort to read a string that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readInt to read a String that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readLong to read a String that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readFloat to read a String that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsInvFormatString INFO: Use readDouble to read a String that is not valid Jul 07, 2023 1:32:44 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageQTestNull INFO: Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readBoolean to read a boolean Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readString to read a boolean Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readBytes[] to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readByte to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readShort to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readChar to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readInt to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readLong to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readFloat to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsBoolean INFO: Use readDouble to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readBoolean to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readString to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readBytes[] to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readByte to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readShort to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readChar to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readInt to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readLong to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readFloat to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsDouble INFO: Use readDouble to read a double Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readByte to read a boolean - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readString to read a byte Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readBytes[] to read a byte - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readByte to read a byte Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readShort to read a byte Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readChar to read a boolean - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readInt to read a byte Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readLong to read a byte Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readFloat to read a boolean - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsByte INFO: Use readDouble to read a boolean - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readBoolean to read a char - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readString to read a char Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readBytes[] to read a char - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readByte to read a char - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readShort to read a char Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readChar to read a char Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readInt to read a char Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readLong to read a char Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readFloat to read a char - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsChar INFO: Use readDouble to read a char - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readBoolean to read a long - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readString to read a long Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readBytes[] to read a long - expect MessageFormatException Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readByte to read an long - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readShort to read a long Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readChar to read a long - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readInt to read a long Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readLong to read a long Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readFloat to read a long - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsLong INFO: Use readDouble to read an long - this is not valid Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readString to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readBytes[] to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readByte to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readShort to read a string Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readChar to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readInt to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readLong to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readFloat to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readDouble to read a String Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readBoolean to read a string Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: -- Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT streamMessageConversionQTestsString INFO: Use readBoolean to read a string that is !true Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in com.sun.ts.tests.jms.core.streamMsgQueue.StreamMsgQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.objectMsgTopic.ObjectMsgTopicTestIT Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.objectMsgTopic.ObjectMsgTopicTestIT messageObjectCopyTopicTest INFO: Ensure that changing the object did not change the message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.objectMsgTopic.ObjectMsgTopicTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.sun.ts.tests.jms.core.objectMsgTopic.ObjectMsgTopicTestIT [INFO] Running com.sun.ts.tests.jms.core.selectorQueue.MsgSelectorQueueTestsIT [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in com.sun.ts.tests.jms.core.selectorQueue.MsgSelectorQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveMsgQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveMsgQueueTest INFO: sending: com.sun.ts.tests.jms.common.MessageTestImpl@3f92c349 Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveMsgQueueTest INFO: Sending message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveMsgQueueTest INFO: Receiving message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveMsgQueueTest INFO: received: Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:5061-10.40.42.154(f9:de:3b:4f:9:e0)-48356-1688736765954 getJMSTimestamp(): 1688736765954 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendReceiveMsgQueueTest} Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveTextMsgQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveTextMsgQueueTest INFO: Sending message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveTextMsgQueueTest INFO: Receiving message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveTextMsgQueueTest INFO: Received correct text Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSMessageIDQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSMessageIDQueueTest INFO: Sending message Jul 07, 2023 1:32:45 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:46 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveObjectMsgQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:46 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveObjectMsgQueueTest INFO: Sending message Jul 07, 2023 1:32:46 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveObjectMsgQueueTest INFO: Receiving message Jul 07, 2023 1:32:46 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveObjectMsgQueueTest INFO: Received correct object Jul 07, 2023 1:32:46 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:47 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSDestinationQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:47 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSDestinationQueueTest INFO: Sending message Jul 07, 2023 1:32:47 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:48 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSTimestampQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:48 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSTimestampQueueTest INFO: Sending message Jul 07, 2023 1:32:48 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:49 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSPriorityQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:49 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSPriorityQueueTest INFO: Sending message Jul 07, 2023 1:32:49 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:50 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSExpirationQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:50 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendSetsJMSExpirationQueueTest INFO: Sending message Jul 07, 2023 1:32:50 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveStreamMsgQueueTest INFO: Creating 1 message Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveStreamMsgQueueTest INFO: Sending message Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT sendReceiveStreamMsgQueueTest INFO: Receiving message Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.131 s - in com.sun.ts.tests.jms.core.foreignMsgQueue.ForeignMsgQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:51 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 s - in com.sun.ts.tests.jms.core.queueMsgHeaders.QueueHeaderTestsIT [INFO] Running com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=0) - Send TextMessage to Topic Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=60000) - Send TextMessage to Topic Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 1688736832223 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: TimeLeftToExpiration is 59999 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timeToLive=0) - Send ObjectMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=60000) - Send ObjectMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 1688736832225 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: TimeLeftToExpiration is 60000 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timeToLive=0) - Send MapMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=60000) - Send MapMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 1688736832226 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: TimeLeftToExpiration is 59999 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timeToLive=0) - Send BytesMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=60000) - Send BytesMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 1688736832230 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: TimeLeftToExpiration is 60000 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timeToLive=0) - sending a Stream message Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration test (set timetoLive=60000) - Send StreamMessage to Topic. Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: JMSExpiration is 1688736832231 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: TimeLeftToExpiration is 60000 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSExpirationTopicTest INFO: Pass Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSDeliveryModeTopicTest INFO: default delivery mode is 2 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT msgHdrJMSDeliveryModeTopicTest INFO: persistent is: 2 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in com.sun.ts.tests.jms.core.topicMsgHeaders.TopicHeaderTestsIT [INFO] Running com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT msgResetTopicTest INFO: reset stream message - now should be in readonly mode Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT msgResetTopicTest INFO: reset Byte message - now should be in readonly mode Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a boolean property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setBooleanProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a byte Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setByteProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a short Property... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setShortProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a int Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setIntProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a long Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setLongProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a float Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setFloatProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a double Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setDoubleProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a string Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setStringProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Writing a object Property ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT messageTIllegalarg INFO: Got Expected IllegalArgumentException with setObjectProperty Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in com.sun.ts.tests.jms.core.messageTopic.MessageTopicTestIT [INFO] Running com.sun.ts.tests.jms.core.objectMsgQueue.ObjectMsgQueueTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.objectMsgQueue.ObjectMsgQueueTestsIT messageObjectCopyQTest INFO: Ensure that changing the object did not change the message Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.objectMsgQueue.ObjectMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.objectMsgQueue.ObjectMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in com.sun.ts.tests.jms.core.objectMsgQueue.ObjectMsgQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT msgPropertiesQTest INFO: Message body is : Testing... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT cleanup INFO: Cleanup: Closing Queue Connections [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in com.sun.ts.tests.jms.core.queueMsgProperties.QueuePropertyTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in com.sun.ts.tests.jms.core.closedQueueReceiver.ClosedQueueReceiverTestsIT [INFO] Running com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getBytes[] to read a byte[] Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getBoolean to read a byte[] Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getString to read a byte[] Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getByte to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getShort to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getChar to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getInt to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getLong to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getFloat to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBytes INFO: Use getDouble to read a byte[] - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getBoolean to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getString to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getBytes[] to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getByte to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getShort to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getChar to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getInt to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getLong to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getFloat to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsFloat INFO: Use getDouble to read a float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getBoolean to read a short - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getString to read a short Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getBytes[] to read a short - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getByte to read a short - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getShort to read a short Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getChar to read a short - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getInt to read a short Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getLong to read a short Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getFloat to read a short - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsShort INFO: Use getDouble to read a short - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getBoolean to read a byte - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getString to read a byte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getBytes[] to read a byte - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getByte to read a byte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getShort to read a byte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getChar to read a boolean - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getInt to read a byte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getLong to read a byte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getFloat to read a boolean - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsByte INFO: Use getDouble to read a boolean - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getBoolean to read a char - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getString to read a char Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getBytes[] to read a char - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getByte to read a char - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getShort to read a char Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getChar to read a char Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getInt to read a char Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getLong to read a char Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getFloat to read a char - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsChar INFO: Use getDouble to read a char - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getBoolean to read a long - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getString to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getBytes[] to read a long - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getByte to read an long - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getShort to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getChar to read a long - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getInt to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getLong to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getFloat to read a long - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsLong INFO: Use getDouble to read a long Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getBoolean to read an int - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getString to read an int Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getBytes[] to read an int - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getByte to read an int - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getShort to read an int Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getChar to read an int - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getInt to read an int Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getLong to read an int Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getFloat to read an int - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInt INFO: Use getDouble to read an int - this is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a boolean ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setBoolean Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a byte ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setByte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a short ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setShort Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a char ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setChar Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a int ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setInt Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a long ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setLong Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a float ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setFloat Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a double ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setDouble Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a bytes... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setBytes Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a bytes... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setBytes Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a string ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setString Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Writing a object ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTIllegalarg INFO: Got Expected IllegalArgumentException with setObject Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getByte to read a String that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getShort to read a string that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getInt to read a String that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getLong to read a String that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getFloat to read a String that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsInvFormatString INFO: Use getDouble to read a String that is not valid Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a boolean ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setBoolean Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a byte ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setByte Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a short ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setShort Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a char ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setChar Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a int ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setInt Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a long ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setLong Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a float ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setFloat Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a double ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setDouble Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a bytes... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setBytes Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a bytes... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setBytes Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a string ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setString Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Writing a object ... Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT mapMessageTNotWritable INFO: Got Expected MessageNotWriteableException with setObject Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getBoolean to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getString to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getBytes[] to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getByte to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getShort to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getChar to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getInt to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getLong to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getFloat to read a double Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsDouble INFO: Use getDouble to read an float Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getString to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getBytes[] to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getByte to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getShort to read a string Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getChar to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getInt to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getLong to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getFloat to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getDouble to read a String Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getBoolean to read a string Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsString INFO: Use getBoolean to read a string that is not true Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readBoolean to read a boolean Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readString to read a boolean Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readBytes[] to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readByte to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readShort to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readChar to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readInt to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readLong to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readFloat to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT MapMessageConversionTopicTestsBoolean INFO: Use readDouble to read a boolean - expect MessageFormatException Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in com.sun.ts.tests.jms.core.mapMsgTopic.MapMsgTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT connNotStartedTopicTest INFO: Creating message Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT connNotStartedTopicTest INFO: Publishing messages Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT connNotStartedTopicTest INFO: Receive messages on started connection Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT connNotStartedTopicTest INFO: Ensure messages not received on non-started connection Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT connNotStartedTopicTest INFO: Ensure messages received on now started connection Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT cleanup INFO: Cleanup: Closing Topic Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in com.sun.ts.tests.jms.core.topicConnection.TopicConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedTopicConnection.ClosedTopicConnectionTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.closedTopicConnection.ClosedTopicConnectionTestsIT closedTopicConnectionSessionCloseTest INFO: Try to call close on closed session. [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in com.sun.ts.tests.jms.core.closedTopicConnection.ClosedTopicConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: Creating TextMessage Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: Sending two TextMessages Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: Receiving second message only Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: Closing receiver, creating new connection without starting Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: receiving first message Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT connNotStartedQueueTest INFO: Pass: message not recevied Jul 07, 2023 1:32:52 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT cleanup INFO: Cleanup: Closing Queue Connections [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in com.sun.ts.tests.jms.core.queueConnection.QueueConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:53 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT cleanup INFO: Cleanup: Closing QueueConnections [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in com.sun.ts.tests.jms.core.closedQueueConnection.ClosedQueueConnectionTestsIT [INFO] Running com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a boolean property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setBooleanProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a byte Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setByteProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a short Property... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setShortProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a int Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setIntProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a long Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setLongProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a float Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setFloatProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a double Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setDoubleProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a string Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setStringProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Writing a object Property ... Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT messageQIllegalarg INFO: Got Expected IllegalArgumentException with setObjectProperty Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT msgResetQueueTest INFO: reset stream message - now should be in readonly mode Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT msgResetQueueTest INFO: reset Byte message - now should be in readonly mode Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.sun.ts.tests.jms.core.messageQueue.MessageQueueTestIT [INFO] Running com.sun.ts.tests.jms.core.topictests.TopicTestsIT Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT noLocalDeliveryTopicTest INFO: Attempting to receive messages Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT noLocalDeliveryTopicTest INFO: Creating new connection Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleSendReceiveTopicTest INFO: Creating 1 message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleSendReceiveTopicTest INFO: Sending message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleSendReceiveTopicTest INFO: Receiving message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleSendReceiveTopicTest INFO: Message text: "just a test" Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleSendReceiveTopicTest INFO: Received message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleDurableSubscriberTopicTest INFO: Create DurableSubscriber Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleDurableSubscriberTopicTest INFO: Creating and sending 1 message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleDurableSubscriberTopicTest INFO: Receiving message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleDurableSubscriberTopicTest INFO: Message text: "just a test" Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT simpleDurableSubscriberTopicTest INFO: Received correct message Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest INFO: Attempting to receive messages Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest INFO: Creating new connection Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:32:54 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT inactiveNonDurableSubscriberTopicRecTest INFO: Received correct message Jul 07, 2023 1:33:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT msgSelectorMsgHeaderTopicTest INFO: Creating subscriber with message selector Jul 07, 2023 1:33:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT msgSelectorMsgHeaderTopicTest INFO: Attempt to receive 'good' message Jul 07, 2023 1:33:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT msgSelectorMsgHeaderTopicTest INFO: Received correct message -- GOOD Jul 07, 2023 1:33:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT consumerTests INFO: Message text: "Just a test" Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT consumerTests INFO: Received correct message Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Creating TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Creating new Connection Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Create new Session Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Create new publisher for TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Send message to TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: TextMessage created. Now publishing Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Attempt to create subscriber for TemporaryTopic from another Session Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Received expected JMSException -- GOOD Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT temporaryTopicNotConsumableTest INFO: Received Exception: jakarta.jms.JMSException: [C4020]: Temporary destination belongs to a closed connection or another connection - temporary_destination://topic/10.40.42.154/43402/1. at com.sun.messaging.jmq.jmsclient.TemporaryDestination.checkTemporaryDestinationConsumerAllowed(TemporaryDestination.java:138) at com.sun.messaging.jmq.jmsclient.Consumer.checkConsumerCreation(Consumer.java:154) at com.sun.messaging.jmq.jmsclient.Consumer.(Consumer.java:87) at com.sun.messaging.jmq.jmsclient.MessageConsumerImpl.(MessageConsumerImpl.java:97) at com.sun.messaging.jmq.jmsclient.TopicSubscriberImpl.(TopicSubscriberImpl.java:79) at com.sun.messaging.jmq.jmsclient.UnifiedSessionImpl.createSubscriber(UnifiedSessionImpl.java:274) at com.sun.messaging.jmq.jmsclient.UnifiedSessionImpl.createSubscriber(UnifiedSessionImpl.java:240) at com.sun.ts.tests.jms.core.topictests.TopicTestsIT.temporaryTopicNotConsumableTest(TopicTestsIT.java:549) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT inactiveDurableSubscriberTopicRecTest INFO: Received correct message Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT tempTopicTests INFO: Creating TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT tempTopicTests INFO: Create new sender for TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT tempTopicTests INFO: Send message to TemporaryTopic Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT tempTopicTests INFO: Attempt to create MessageConsumer for TemporaryTopic from another Connection Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest2 INFO: Attempting to receive messages from normal subscriber Jul 07, 2023 1:33:14 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest2 INFO: Attempting to receive messages from (no_local=true) subscriber Jul 07, 2023 1:33:34 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest2 INFO: No_local=false subscriber did not receive any message (expected) Jul 07, 2023 1:33:34 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT durableSubscriberTopicNoLocalTest2 INFO: Attempting to receive messages from (no_local=false) subscriber Jul 07, 2023 1:33:44 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:33:44 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT msgProducerNullDestinationTopicTest INFO: Publish message the second time Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT msgProducerNullDestinationTopicTest INFO: Receiving message again Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.topictests.TopicTestsIT cleanup INFO: Cleanup: Closing Topic Connections [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.187 s - in com.sun.ts.tests.jms.core.topictests.TopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT setup INFO: Getting Administrator and deleting any leftover destinations. Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTopicTestsFullMsg INFO: Writing one of each primitive type to the message Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT setup INFO: Getting Administrator and deleting any leftover destinations. Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a boolean ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeBoolean Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a byte ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeByte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a short ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeShort Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a char ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeChar Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a int ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeInt Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a long ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeLong Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a float ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeFloat Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a double ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeDouble Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a bytes... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a bytes... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a UTF ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeUTF Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Writing a object ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMessageTNotWriteable INFO: Got Expected MessageNotWriteableException with writeObject Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT setup INFO: Getting Administrator and deleting any leftover destinations. Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT bytesMsgNullStreamTopicTest INFO: Writing a null stream to byte message should throw a NullPointerException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.sun.ts.tests.jms.core.bytesMsgTopic.BytesMsgTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readString to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readBytes[] to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readByte to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readShort to read a string Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readChar to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readInt to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readLong to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readFloat to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readDouble to read a String Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readBoolean to read a string Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsString INFO: Use readBoolean to read a string that is !true Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a boolean ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeBoolean Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a byte ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeByte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a short ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeShort Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a char ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeChar Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a int ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeInt Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a long ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeLong Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a float ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeFloat Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a double ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeDouble Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a bytes... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeBytes Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a string ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeString Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Writing a object ... Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageQNotWritable INFO: Got Expected MessageNotWriteableException with writeObject Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readBoolean to read a boolean Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readString to read a boolean Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readBytes[] to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readByte to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readShort to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readChar to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readInt to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readLong to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readFloat to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBoolean INFO: Use readDouble to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageTopicTestNull INFO: Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readByte to read a boolean - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readString to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readBytes[] to read a byte - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readByte to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readShort to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readChar to read a boolean - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readInt to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readLong to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readFloat to read a boolean - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsByte INFO: Use readDouble to read a boolean - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readBoolean to read a char - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readString to read a char Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readBytes[] to read a char - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readByte to read a char - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readShort to read a char Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readChar to read a char Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readInt to read a char Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readLong to read a char Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readFloat to read a char - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsChar INFO: Use readDouble to read a char - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readBoolean to read a long - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readString to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readBytes[] to read a long - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readByte to read an long - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readShort to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readChar to read a long - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readInt to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readLong to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readFloat to read a long - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsLong INFO: Use readDouble to read an long - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readBytes[] to read a byte[] Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readBoolean to read a byte[] Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readString to read a byte[] Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readByte to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readShort to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readChar to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readInt to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readLong to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readFloat to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsBytes INFO: Use readDouble to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readBoolean to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readString to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readBytes[] to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readByte to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readShort to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readChar to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readInt to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readLong to read a long Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readFloat to read a float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsFloat INFO: Use readDouble to read an float Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readBoolean to read a short - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readString to read a short Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readBytes[] to read a short - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readByte to read a short - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readShort to read a short Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readChar to read a short - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readInt to read a byte Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readLong to read a short Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readFloat to read a short - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsShort INFO: Use readDouble to read a short - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readBoolean to read an int - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readString to read an int Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readBytes[] to read an int - expect MessageFormatException Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readByte to read an int - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readShort to read an int Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readChar to read an int - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readInt to read an int Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readLong to read an int Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readFloat to read an int - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInt INFO: Use readDouble to read an int - this is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readByte to read a String that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Verify that the data can be read as a string and pointer did not move Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readShort to read a string that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readInt to read a String that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readLong to read a String that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readFloat to read a String that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsInvFormatString INFO: Use readDouble to read a String that is not valid Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readBoolean to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readString to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readBytes[] to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readByte to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readShort to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readChar to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readInt to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readLong to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readFloat to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: -- Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT streamMessageConversionTopicTestsDouble INFO: Use readDouble to read a double Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in com.sun.ts.tests.jms.core.streamMsgTopic.StreamMsgTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in com.sun.ts.tests.jms.core.closedTopicPublisher.ClosedTopicPublisherTestsIT [INFO] Running com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidSelectorExceptionQueueTest INFO: createReceiver threw expected InvalidSelectorException! Jul 07, 2023 1:34:04 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xMessageNotReadableExceptionQBytesMsgTest INFO: Writing one of each primitive type to the message Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionQueueTest INFO: Calling session.commit(), an illegal operation. Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionQueueTest INFO: Received jakarta.jms.IllegalStateException -- GOOD Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestTopicMethodsQ INFO: Got expected IllegalStateException from QueueSession.createDurableSubscriber(Topic, String) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestTopicMethodsQ INFO: Got expected IllegalStateException from QueueSession.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestTopicMethodsQ INFO: Got expected IllegalStateException from QueueSession.createTemporayTopic() Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestTopicMethodsQ INFO: Got expected IllegalStateException from QueueSession.createTopic(String) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestTopicMethodsQ INFO: Got expected IllegalStateException from QueueSession.unsubscribe(String) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException WARNING: [I500]: Caught JVM Exception: java.io.EOFException Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xMessageNotReadableExceptionQStreamMsgTest INFO: Writing one of each primitive type to the message Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xMessageFormatExceptionQTestforStreamMessage INFO: Passed. Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xUnsupportedOperationExceptionQTest1 INFO: Got expected UnsupportedOperationException from QueueSender.send(Message) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xUnsupportedOperationExceptionQTest1 INFO: Got expected UnsupportedOperationException from QueueSender.send(Message, int, int, long) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xUnsupportedOperationExceptionQTest2 INFO: Got expected UnsupportedOperationException from MessageProducer.send(Message) Jul 07, 2023 1:34:05 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xUnsupportedOperationExceptionQTest2 INFO: Got expected UnsupportedOperationException from MessageProducer.send(Message, int, int, long) Jul 07, 2023 1:34:06 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:06 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xUnsupportedOperationExceptionQTest3 INFO: Got expected UnsupportedOperationException from MessageProducer.send(Destination, Message) Jul 07, 2023 1:34:07 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:07 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xIllegalStateExceptionTestRollbackQ INFO: Got expected IllegalStateException from QueueSession.rollback() Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTest INFO: Test createBrowser(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTest INFO: Test createBrowser(null),selector Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTest INFO: Test createReceiver(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTest INFO: Test createReceiver(null,selector) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTest INFO: Test createSender(null) - null is valid here Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTests INFO: Got expected InvalidDestinationException from createConsumer(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTests INFO: Got expected InvalidDestinationException from createConsumer(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTests INFO: Got expected InvalidDestinationException from createConsumer(null, String, true) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTests INFO: Got expected InvalidDestinationException from createBrowser(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT xInvalidDestinationExceptionQTests INFO: Got expected InvalidDestinationException from createBrowser(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:08 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException WARNING: [I500]: Caught JVM Exception: java.io.EOFException Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.199 s - in com.sun.ts.tests.jms.core.exceptionQueue.ExceptionQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null, String, true) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createBrowser(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createBrowser(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createConsumer(null, String, true) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from unsubscribe(foo) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createDurableSubscriber(null, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidDestinationTests INFO: Got expected InvalidDestinationException from createDurableSubscriber(null, String, String, boolean) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidSelectorTests INFO: Got expected InvalidSelectorException from createConsumer(Destination, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidSelectorTests INFO: Got expected InvalidSelectorException from createBrowser(Queue, String) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidSelectorTests INFO: Got expected InvalidSelectorException from createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:34:08 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT InvalidSelectorTests INFO: Got expected InvalidSelectorException from createConsumer(Destination, String, boolean) Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Message text: "Just a test" Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Received correct message 0 Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Message text: "Just a test" Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Received correct message 1 Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Message text: "Just a test" Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Received correct message Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Message text: "Just a test" Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SubscriberTests INFO: Received correct message Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SimpleSendAndReceiveQ INFO: Message text: "just a test" Jul 07, 2023 1:34:20 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SimpleSendAndReceiveQ INFO: Received correct message Jul 07, 2023 1:34:21 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SimpleSendAndReceiveT INFO: Message text: "just a test" Jul 07, 2023 1:34:21 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT SimpleSendAndReceiveT INFO: Received correct message Jul 07, 2023 1:34:21 PM com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT IllegalStateTestQ INFO: Got expected IllegalStateException from QueueSession.rollback() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.099 s - in com.sun.ts.tests.jms.core.sessiontests.SessionTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.sun.ts.tests.jms.core.closedTopicSubscriber.ClosedTopicSubscriberTestsIT [INFO] Running com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getBoolean to read a byte - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getString to read a byte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getBytes[] to read a byte - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getByte to read a byte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getShort to read a byte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getChar to read a boolean - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getInt to read a byte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getLong to read a byte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getFloat to read a boolean - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsByte INFO: Use getDouble to read a boolean - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getBoolean to read a char - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getString to read a char Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getBytes[] to read a char - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getByte to read a char - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getShort to read a char Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getChar to read a char Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getInt to read a char Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getLong to read a char Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getFloat to read a char - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsChar INFO: Use getDouble to read a char - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getBoolean to read a long - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getString to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getBytes[] to read a long - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getByte to read an long - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getShort to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getChar to read a long - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getInt to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getLong to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getFloat to read a long - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsLong INFO: Use getDouble to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getBoolean to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getString to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getBytes[] to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getByte to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getShort to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getChar to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getInt to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getLong to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getFloat to read a double Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsDouble INFO: Use getDouble to read an float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getBoolean to read an int - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getString to read an int Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getBytes[] to read an int - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getByte to read an int - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getShort to read an int Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getChar to read an int - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getInt to read an int Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getLong to read an int Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getFloat to read an int - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInt INFO: Use getDouble to read an int - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getString to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getBytes[] to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getByte to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getShort to read a string Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getChar to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getInt to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getLong to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getFloat to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getDouble to read a String Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getBoolean to read a string Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsString INFO: Use getBoolean to read a string that is not true Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a boolean ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setBoolean Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a byte ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setByte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a short ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setShort Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a char ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setChar Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a int ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setInt Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a long ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setLong Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a float ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setFloat Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a double ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setDouble Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a bytes... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setBytes Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a bytes... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setBytes Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a string ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setString Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Writing a object ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQNotWritable INFO: Got Expected MessageNotWriteableException with setObject Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a boolean ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setBoolean Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a byte ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setByte Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a short ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setShort Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a char ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setChar Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a int ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setInt Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a long ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setLong Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a float ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setFloat Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a double ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setDouble Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a bytes... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setBytes Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a bytes... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setBytes Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a string ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setString Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Writing a object ... Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT mapMessageQIllegalarg INFO: Got Expected IllegalArgumentException with setObject Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getBytes[] to read a byte[] Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getBoolean to read a byte[] Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getString to read a byte[] Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getByte to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getShort to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getChar to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getInt to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getLong to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getFloat to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBytes INFO: Use getDouble to read a byte[] - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getBoolean to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getString to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getBytes[] to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getByte to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getShort to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getChar to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getInt to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getLong to read a long Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getFloat to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsFloat INFO: Use getDouble to read a float Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getBoolean to read a short - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getString to read a short Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getBytes[] to read a short - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getByte to read a short - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getShort to read a short Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getChar to read a short - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getInt to read a short Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getLong to read a short Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getFloat to read a short - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsShort INFO: Use getDouble to read a short - this is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getByte to read a String that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getShort to read a string that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getInt to read a String that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getLong to read a String that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getFloat to read a String that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsInvFormatString INFO: Use getDouble to read a String that is not valid Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readBoolean to read a boolean Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readString to read a boolean Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readBytes[] to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Count returned from readBytes is : 0 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readByte to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readShort to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readChar to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readInt to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readLong to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readFloat to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: -- Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT MapMessageConversionQTestsBoolean INFO: Use readDouble to read a boolean - expect MessageFormatException Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in com.sun.ts.tests.jms.core.mapMsgQueue.MapMsgQueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: TEST CASE [message selector=empty string] test case Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: BEGIN STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Setup JmsTool for TOPIC using connection factory with ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Create durable subscription subname=mySubTestEmptyString, msgSelector="" and noLocal=false Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Close connection and resources Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: END STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: BEGIN STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Setup JmsTool for TOPIC using connection factory with no ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Create a message and publish the message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Close connection and resources Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: END STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: BEGIN STEP3 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Setup JmsTool for TOPIC using connection factory with ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Reactivate durable subscription subname=mySubTestEmptyString in STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Receive the message that was sent in STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: Received correct message: text=[Hello There!] Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: TEST CASE [message selector=empty string] passed Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicEmptyStringSelTest INFO: END STEP3 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: TEST CASE [message selector=null] test case Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: BEGIN STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Setup JmsTool for TOPIC using connection factory with ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Create durable subscription subname=mySubTestNull, msgSelector=null and noLocal=false Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Close connection and resources Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: END STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: BEGIN STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Setup JmsTool for TOPIC using connection factory with no ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Create a message and publish the message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Close connection and resources Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: END STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: BEGIN STEP3 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Setup JmsTool for TOPIC using connection factory with ClientID set Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Reactivate durable subscription subname=mySubTestNull in STEP1 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Receive the message that was sent in STEP2 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: Received correct message: text=[Hello There!] Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: TEST CASE [message selector=null] passed Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT durableTopicNullSelTest INFO: END STEP3 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in com.sun.ts.tests.jms.core.selectorTopic.MsgSelectorTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSTimestampTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSTimestampTopicTest INFO: Publishing message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSPriorityTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSPriorityTopicTest INFO: Publishing message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSExpirationTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSExpirationTopicTest INFO: Publishing message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveStreamMsgTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveStreamMsgTopicTest INFO: Sending message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveStreamMsgTopicTest INFO: Receiving message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveMsgTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveMsgTopicTest INFO: sending: com.sun.ts.tests.jms.common.MessageTestImpl@3bdb2c78 Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveMsgTopicTest INFO: Sending message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveMsgTopicTest INFO: Receiving message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveMsgTopicTest INFO: received: Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:10889-10.40.42.154(af:5d:a8:f1:4b:78)-34182-1688736862363 getJMSTimestamp(): 1688736862363 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendReceiveMsgTopicTest} Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveTextMsgTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveTextMsgTopicTest INFO: Sending message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveTextMsgTopicTest INFO: Receiving message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveTextMsgTopicTest INFO: Received correct text Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSMessageIDTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSMessageIDTopicTest INFO: Publishing message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveObjectMsgTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveObjectMsgTopicTest INFO: Sending message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveObjectMsgTopicTest INFO: Receiving message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendReceiveObjectMsgTopicTest INFO: Received correct object Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSDestinationTopicTest INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT sendSetsJMSDestinationTopicTest INFO: Publishing message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in com.sun.ts.tests.jms.core.foreignMsgTopic.ForeignMsgTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest1 INFO: Creating 1 message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest1 INFO: Sending message Jul 07, 2023 1:34:22 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest1 INFO: Receiving message Jul 07, 2023 1:34:23 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest2 INFO: Creating 1 message Jul 07, 2023 1:34:23 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest2 INFO: Sending message Jul 07, 2023 1:34:23 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest2 INFO: Receiving message Jul 07, 2023 1:34:24 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest3 INFO: Creating 1 message Jul 07, 2023 1:34:24 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest3 INFO: Sending message Jul 07, 2023 1:34:24 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendQueueTest3 INFO: Receiving message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest4 INFO: Creating 1 message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest4 INFO: Sending message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest4 INFO: Receiving message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest5 INFO: Creating 1 message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest5 INFO: Sending message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest5 INFO: Receiving message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest6 INFO: Creating 1 message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest6 INFO: Sending message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT sendTopicTest6 INFO: Receiving message [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.062 s - in com.sun.ts.tests.jms.core.messageProducer.MessageProducerTestsIT [INFO] Running com.sun.ts.tests.jms.core.queuetests.QueueTestsIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT queueBrowserMsgsRemainOnQueueTest INFO: Checking for 3 messages with QueueBrowser Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT queueBrowserMsgsRemainOnQueueTest INFO: Receive all remaining messages to verify still in queue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT tempQueueTests INFO: Creating TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT tempQueueTests INFO: Create new sender for TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT tempQueueTests INFO: Send message to TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT tempQueueTests INFO: Attempt to create MessageConsumer for TemporaryQueue from another Connection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT msgProducerNullDestinationQueueTest INFO: Test createSender(null) - This is valid Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Creating TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Creating new Connection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Create new Session Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Create new sender for TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Send message to TemporaryQueue Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Attempt to create receiver for TemporaryQueue from another Session Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT temporaryQueueNotConsumableTest INFO: Received expected JMSException -- GOOD Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send generic Message to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send BytesMessage to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send MapMessage to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send ObjectMessage to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send SreamMessage to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT emptyMsgsQueueTest INFO: Send TextMessage to Queue. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT autoAckQueueTest INFO: Did not receive message again - GOOD Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT messageSelectorMsgRemainsOnQueueTest INFO: Creating receiver with message selector Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT messageSelectorMsgRemainsOnQueueTest INFO: Selective Receiver received correct message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT messageSelectorMsgRemainsOnQueueTest INFO: Corrected Message left on Queue is received Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT simpleSendReceiveQueueTest INFO: Creating 1 message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT simpleSendReceiveQueueTest INFO: Sending message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT simpleSendReceiveQueueTest INFO: Receiving message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT simpleSendReceiveQueueTest INFO: Message text: "just a test" Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT simpleSendReceiveQueueTest INFO: Received correct message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT msgSelectorMsgHeaderQueueTest INFO: Creating receiver with message selector Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT msgSelectorMsgHeaderQueueTest INFO: Attempt to receive 'good' message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT msgSelectorMsgHeaderQueueTest INFO: Received correct message -- GOOD Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT msgSelectorMsgHeaderQueueTest INFO: Received correct message left Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.queuetests.QueueTestsIT cleanup INFO: Cleanup: Closing Queue Connections [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in com.sun.ts.tests.jms.core.queuetests.QueueTestsIT [INFO] Running com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateMapMessageTest INFO: Try to create MapMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateMapMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing Session Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedSessionRecoverTest INFO: Try to call recover() with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedSessionRecoverTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBrowserMsgSelectorTest INFO: Try to create QueueBrowser with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBrowserMsgSelectorTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateStreamMessageTest INFO: Try to create StreamMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateStreamMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateObject2MessageTest INFO: Try to create ObjectMessage(object) with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateObject2MessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateTextMessageTest INFO: Try to create TextMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateTextMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateObjectMessageTest INFO: Try to create ObjectMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateObjectMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionRecoverTest INFO: Try to call recover() with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionRecoverTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCommitTest INFO: Try to call commit with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCommitTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateTempQueueTest INFO: Try to create TemporaryQueue with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateTempQueueTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateQueueTest INFO: Try to create queue with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateQueueTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateReceiverTest INFO: Try to create Receiver with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateReceiverTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBytesMessageTest INFO: Try to create BytesMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBytesMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateSenderTest INFO: Try to create Sender with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateSenderTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateReceiverMsgSelectorTest INFO: Try to create Receiver with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateReceiverMsgSelectorTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateMessageTest INFO: Try to create message with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateMessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCloseTest INFO: Try to call close on closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBrowserTest INFO: Try to create QueueBrowser with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateBrowserTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionRollbackTest INFO: Try to call rollback() with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionRollbackTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionGetTransactedTest INFO: Try to call getTransacted() with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionGetTransactedTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT createAndCloseSession INFO: Closing QueueSession Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateText2MessageTest INFO: Try to create TextMessage with closed session. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT closedQueueSessionCreateText2MessageTest INFO: Caught expected exception Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT cleanup INFO: Cleanup: Closing QueueConnection [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in com.sun.ts.tests.jms.core.closedQueueSession.ClosedQueueSessionTestsIT [INFO] Running com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotWriteableExceptionTTestforMapMessage INFO: Passed with expected MessageNotWriteableException occurred. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotReadableExceptionTBytesMsgTest INFO: Writing one of each primitive type to the message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException WARNING: [I500]: Caught JVM Exception: java.io.EOFException Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException WARNING: [I500]: Caught JVM Exception: java.io.EOFException Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotWriteableExceptionTTestforTextMessage INFO: Passed with expected MessageNotWriteableException Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotReadableExceptionTStreamMsgTest INFO: Writing one of each primitive type to the message Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotWriteableExceptionTestforBytesMessage INFO: Passed with expected MessageNotWriteableException. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xNullPointerExceptionTopicTest INFO: Passed with expected NullPointerException. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidSelectorExceptionTopicTest INFO: InvalidSelectorException occurred! Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTopicTest INFO: Calling session.commit(), an illegal operation. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTopicTest INFO: Received jakarta.jms.IllegalStateException -- GOOD Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xUnsupportedOperationExceptionTTest1 INFO: Got expected UnsupportedOperationException from TopicPublisher.publish(Message) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xUnsupportedOperationExceptionTTest1 INFO: Got expected UnsupportedOperationException from TopicPublisher.publish(Message, int, int, long) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test unsubscribe(invalidSubscriptionName) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test createSubscriber(null) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test createSubscriber(null,selector,nolocal) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test createDurableSubscriber(null,String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test createDurableSubscriber(null,String,selector,nolocal) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: Test createPublisher(null) - This is valid Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTopicTest INFO: tPublisher=ConnectionID=8963440000035095808, SessionID=8963440000035096064, ProducerID=-1, DestName=null Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTestQueueMethodsT INFO: Got expected IllegalStateException from TopicSession.createBrowser(Queue) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTestQueueMethodsT INFO: Got expected IllegalStateException from TopicSession.createBrowser(Queue, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTestQueueMethodsT INFO: Got expected IllegalStateException from TopicSession.createTemporayQueue() Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xIllegalStateExceptionTestQueueMethodsT INFO: Got expected IllegalStateException from TopicSession.createQueue(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTTests INFO: Got expected InvalidDestinationException from createConsumer(null) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTTests INFO: Got expected InvalidDestinationException from createConsumer(null, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xInvalidDestinationExceptionTTests INFO: Got expected InvalidDestinationException from createConsumer(null, String, true) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT xMessageNotReadableExceptionTopicTest INFO: Passed with expected MessageNotReadableException. Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT cleanup INFO: Cleanup: Closing Queue and Topic Connections [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in com.sun.ts.tests.jms.core.exceptionTopic.ExceptionTopicTestsIT [INFO] Running com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT cleanup INFO: Cleanup: Closing TopicConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT msgPropertiesTopicTest INFO: Message body is : Testing... Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT cleanup INFO: Cleanup: Closing TopicConnection Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT cleanup INFO: Cleanup: Closing TopicConnection [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in com.sun.ts.tests.jms.core.topicMsgProperties.TopicPropertyTestsIT [INFO] Running com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageFormatRuntimeExceptionTest1 INFO: Test MessageFormatRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageFormatRuntimeExceptionTest2 INFO: Test MessageFormatRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageFormatRuntimeExceptionTest3 INFO: Test MessageFormatRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT illegalStateRuntimeExceptionTest1 INFO: Test IllegalStateRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT illegalStateRuntimeExceptionTest2 INFO: Test IllegalStateRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT illegalStateRuntimeExceptionTest3 INFO: Test IllegalStateRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionRolledBackRuntimeExceptionTest1 INFO: Test TransactionRolledBackRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionRolledBackRuntimeExceptionTest2 INFO: Test TransactionRolledBackRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionRolledBackRuntimeExceptionTest3 INFO: Test TransactionRolledBackRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionInProgressRuntimeExceptionTest1 INFO: Test TransactionInProgressRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionInProgressRuntimeExceptionTest2 INFO: Test TransactionInProgressRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT transactionInProgressRuntimeExceptionTest3 INFO: Test TransactionInProgressRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT resourceAllocationRuntimeExceptionTest1 INFO: Test ResourceAllocationRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT resourceAllocationRuntimeExceptionTest2 INFO: Test ResourceAllocationRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT resourceAllocationRuntimeExceptionTest3 INFO: Test ResourceAllocationRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsRuntimeExceptionTest1 INFO: Test JMSRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsRuntimeExceptionTest2 INFO: Test JMSRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsRuntimeExceptionTest3 INFO: Test JMSRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageNotWriteableRuntimeExceptionTest1 INFO: Test MessageNotWriteableRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageNotWriteableRuntimeExceptionTest2 INFO: Test MessageNotWriteableRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT messageNotWriteableRuntimeExceptionTest3 INFO: Test MessageNotWriteableRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsSecurityRuntimeExceptionTest1 INFO: Test JMSSecurityRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsSecurityRuntimeExceptionTest2 INFO: Test JMSSecurityRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT jmsSecurityRuntimeExceptionTest3 INFO: Test JMSSecurityRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidClientIDRuntimeExceptionTest1 INFO: Test InvalidClientIDRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidClientIDRuntimeExceptionTest2 INFO: Test InvalidClientIDRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidClientIDRuntimeExceptionTest3 INFO: Test InvalidClientIDRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidSelectorRuntimeExceptionTest1 INFO: Test InvalidSelectorRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidSelectorRuntimeExceptionTest2 INFO: Test InvalidSelectorRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidSelectorRuntimeExceptionTest3 INFO: Test InvalidSelectorRuntimeException(String, String, Throwable) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidDestinationRuntimeExceptionTest1 INFO: Test InvalidDestinationRuntimeException(String, String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidDestinationRuntimeExceptionTest2 INFO: Test InvalidDestinationRuntimeException(String) Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT invalidDestinationRuntimeExceptionTest3 INFO: Test InvalidDestinationRuntimeException(String, String, Throwable) [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.sun.ts.tests.jms.core20.runtimeexceptiontests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageFormatRuntimeException Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Calling JMSProducer.send(Destination, Message) -> expect MessageFormatRuntimeException Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageFormatRuntimeExceptionTests INFO: Got MessageFormatRuntimeException as expected. Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating JMSProducer/JMSConsumer Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: ----------------------------------------------------- Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: CompletionListener IllegalStateRuntimeException Tests Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: ----------------------------------------------------- Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Testing JMSContext.commit() from CompletionListener (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: CompletionListener will call JMSContext.commit() (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call commit method Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Calling JMSContext.commit() MUST throw IllegalStateRuntimeException Jul 07, 2023 1:34:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Caught expected IllegalStateRuntimeException Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Check if we got correct exception from JMSContext.commit() Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Got correct IllegalStateRuntimeException Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Testing JMSContext.rollback() from CompletionListener (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: CompletionListener will call JMSContext.rollback() (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call rollback method Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Calling JMSContext.rollback() MUST throw IllegalStateRuntimeException Jul 07, 2023 1:34:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Caught expected IllegalStateRuntimeException Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Check if we got correct exception from JMSContext.rollback() Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Got correct IllegalStateRuntimeException Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Testing JMSContext.stop() from CompletionListener is allowed (expect no exception) Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: CompletionListener will call JMSContext.stop() (expect no exception) Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call stop method Jul 07, 2023 1:34:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Calling JMSContext.stop() MUST be allowed Jul 07, 2023 1:34:33 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Check if we got correct exception from JMSContext.stop() (expect no exception) Jul 07, 2023 1:34:33 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests SEVERE: Got no exception (Correct) Jul 07, 2023 1:34:33 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:33 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:33 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Testing JMSContext.close() from CompletionListener (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: CompletionListener will call JMSContext.close() (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call close method Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Calling JMSContext.close() MUST throw IllegalStateRuntimeException Jul 07, 2023 1:34:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: Caught expected IllegalStateRuntimeException Jul 07, 2023 1:34:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Check if we got correct exception from JMSContext.close() Jul 07, 2023 1:34:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Got correct IllegalStateRuntimeException Jul 07, 2023 1:34:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: -------------------------------------------------- Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: MessageListener IllegalStateRuntimeException Tests Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: -------------------------------------------------- Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Testing JMSContext.stop() from MessageListener (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Set MessageListener to receive async message Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: MessageListener will call JMSContext.stop() (expect IllegalStateRuntimeException) Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener onMessage INFO: onMessage(): Got Message: Call stop method Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener onMessage INFO: Calling JMSContext.stop() MUST throw IllegalStateRuntimeException Jul 07, 2023 1:34:37 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener onMessage INFO: Caught expected IllegalStateRuntimeException Jul 07, 2023 1:34:39 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Check if we got correct exception from JMSContext.stop() Jul 07, 2023 1:34:39 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTests INFO: Got correct IllegalStateRuntimeException Jul 07, 2023 1:34:39 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:39 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:39 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:40 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:40 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:40 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Creating TextMessage Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Creating JMSProducer Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Set primitive property types on JMSProducer Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Set Object property types on JMSProducer Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:34:41 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Where are you! Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: TextMessage is correct Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Retrieve and verify that TextMessage message properties were set correctly Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:43 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Creating TextMessage Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Creating JMSProducer Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Set delivery mode, priority, and time to live Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Where are you! Jul 07, 2023 1:34:44 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:34:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:34:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvCLTest2 INFO: TextMessage is correct Jul 07, 2023 1:34:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Creating JMSConsumer Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Creating JMSProducer Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Creating TextMessage Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Set some values in TextMessage Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Sending TestMessage Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: Receive TextMessage Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: actTextMessage=This is my message. Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setClientIDLateTest INFO: IllegalStateRuntimeException thrown as expected Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:47 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Close JMSContext created in setup() method Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Close JMSContext with CLIENT_ACKNOWLEDGE and create consumer/producer Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Send 3 messages Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Sent message 0 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Sent message 1 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Sent message 2 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receive 3 messages but do not acknowledge Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 0 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 0 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 1 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 1 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 2 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 2 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Call JMSContext.recover() Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receive 3 messages again then acknowledge Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 0 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 0 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 1 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 1 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Receiving message 2 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received message 2 Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Acknowledge all messages by calling JMSContext.acknowledge() Jul 07, 2023 1:34:48 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Now try receiving a message (should get NONE) Jul 07, 2023 1:34:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT recoverAckTest INFO: Received no message (Correct) Jul 07, 2023 1:34:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Set completion listener Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an invalid delivbery mode of -1 on send Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Set completion listener Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an invalid priority of -1 on send Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:34:59 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetExceptionListenerTest INFO: Calling setExceptionListener(com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyExceptionListener@6c6366cf) Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetExceptionListenerTest INFO: Calling getExceptionListener and expect com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyExceptionListener@6c6366cf to be returned Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetExceptionListenerTest INFO: Calling setExceptionListener(null) Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetClientIDTest INFO: Calling setClientID(myclientid) Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetClientIDTest INFO: Calling getClientID and expect myclientid to be returned Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:01 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Create transacted JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Send 3 messages to Queue and call rollback() Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 1 sent Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 2 sent Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 3 sent Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Calling rollback() to rollback the sent messages Jul 07, 2023 1:35:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Should not consume any messages in Queue since rollback() was called Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Received no messages (CORRECT) Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Send 3 messages to Queue and call commit() Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 1 sent Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 2 sent Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Message 3 sent Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Calling commit() to commit the sent messages Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Should consume all messages in Queue since commit() was called Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Received message: Message 1 Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Received message: Message 2 Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT commitRollbackTest INFO: Received message: Message 3 Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Creating MyCompletionListener Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Creating JMSProducer Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Sending 3 asynchronous messages to queue Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Sending TextMessage: message order test 0 Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Sending TextMessage: message order test 1 Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Sending TextMessage: message order test 2 Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Poll listener until we receive all 3 TextMessage's from CompletionListener Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: message order test 0 Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: message order test 1 Jul 07, 2023 1:35:13 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: message order test 2 Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Received message: message order test 0 Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Received message: message order test 1 Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT messageOrderCLQueueTest INFO: Received message: message order test 2 Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:15 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Creating context with session mode (SESSION_TRANSACTED) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Call API QueueConnectionFactory.createContext(int) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Calling getSessionMode and expect SESSION_TRANSACTED to be returned Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Creating context with session mode (AUTO_ACKNOWLEDGE) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Call API QueueConnectionFactory.createContext(int) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Calling getSessionMode and expect AUTO_ACKNOWLEDGE to be returned Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Creating context with session mode (CLIENT_ACKNOWLEDGE) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Call API QueueConnectionFactory.createContext(int) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Calling getSessionMode and expect CLIENT_ACKNOWLEDGE to be returned Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Creating context with session mode (DUPS_OK_ACKNOWLEDGE) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Call API QueueConnectionFactory.createContext(int) Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT createContextTest INFO: Calling getSessionMode and expect DUPS_OK_ACKNOWLEDGE to be returned Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:16 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetAsyncTest INFO: Creating JMSProducer Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.setAsync(com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener@2af46afd) Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.getAsync() and expect com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener@2af46afd to be returned Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.setAsync(null) Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.getAsync() and expect NULL to be returned Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:17 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: Create second JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: Setting clientID! Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: Getting clientID! Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: setClientID/getClientID correct Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: Resetting clientID! (expect IllegalStateRuntimeException) Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: IllegalStateRuntimeException thrown as expected Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: Set clientID on second context to value of clientID on first context (expect InvalidClientIDRuntimeException) Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setGetChangeClientIDTest INFO: InvalidClientIDRuntimeException thrown as expected Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:18 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive Message Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in Message Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive Message Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:19 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:13591-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736919293 getJMSTimestamp(): 1688736919293 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {booleanProperty=true, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in Message Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanproperty is correct Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive BytesMessage Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in BytesMessage Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive BytesMessage Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:21 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.BytesMessageImpl getJMSMessageID(): ID:13592-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736921294 getJMSTimestamp(): 1688736921294 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in BytesMessage Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: bytevalue is correct Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive MapMessage Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in MapMessage Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive MapMessage Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:23 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MapMessageImpl getJMSMessageID(): ID:13593-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736923295 getJMSTimestamp(): 1688736923295 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in MapMessage Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanvalue is correct Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive ObjectMessage Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive ObjectMessage Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:25 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.ObjectMessageImpl getJMSMessageID(): ID:13594-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736925296 getJMSTimestamp(): 1688736925296 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in ObjectMessage Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: objectvalue is correct Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive StreamMessage Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in StreamMessage Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive StreamMessage Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:27 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.StreamMessageImpl getJMSMessageID(): ID:13595-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736927298 getJMSTimestamp(): 1688736927298 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in StreamMessage Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanvalue is correct Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive TextMessage Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in TextMessage Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:29 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:13596-10.40.42.154(cd:e2:e2:7f:4c:dd)-49234-1688736929299 getJMSTimestamp(): 1688736929299 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:35:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in TextMessage Jul 07, 2023 1:35:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: TextMessage is correct Jul 07, 2023 1:35:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:31 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Create JMSConsumer Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Call stop() to stop delivery of incoming messages Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Creating JMSProducer Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Send 3 messages to Queue Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Message 1 sent Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Message 2 sent Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Message 3 sent Jul 07, 2023 1:35:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Try consuming a message on a STOPPED connection Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Call start() to start delivery of incoming messages Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Consume all the messages in the Queue on a STARTED connection Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Received message: Message 1 Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Received message: Message 2 Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Received message: Message 3 Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Queue should now be empty Jul 07, 2023 1:35:42 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT startStopTest INFO: Try consuming one more message should return NULL Jul 07, 2023 1:35:52 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:52 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:52 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for InvalidDestinationRuntimeException Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSProducer.send(Destination, Message) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:35:53 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive Message Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in Message Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive Message Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:54 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:13754-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736954353 getJMSTimestamp(): 1688736954353 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {booleanProperty=true, JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in Message Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: booleanproperty is correct Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive BytesMessage Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in BytesMessage Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive BytesMessage Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.BytesMessageImpl getJMSMessageID(): ID:13756-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736956354 getJMSTimestamp(): 1688736956354 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in BytesMessage Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: bytevalue is correct Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: intvalue is correct Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive MapMessage Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in MapMessage Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive MapMessage Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:35:58 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MapMessageImpl getJMSMessageID(): ID:13758-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736958355 getJMSTimestamp(): 1688736958355 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in MapMessage Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: intvalue is correct Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: booleanvalue is correct Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive ObjectMessage Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive ObjectMessage Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:36:00 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.ObjectMessageImpl getJMSMessageID(): ID:13760-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736960357 getJMSTimestamp(): 1688736960357 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in ObjectMessage Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: objectvalue is correct Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive StreamMessage Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in StreamMessage Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive StreamMessage Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:36:02 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.StreamMessageImpl getJMSMessageID(): ID:13762-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736962358 getJMSTimestamp(): 1688736962358 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in StreamMessage Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: booleanvalue is correct Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: intvalue is correct Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Send and receive TextMessage Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Set some values in TextMessage Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:36:04 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.MyMessageListener2 onMessage INFO: onCompletion(): Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:13765-10.40.42.154(92:e5:f5:db:20:e0)-35580-1688736964360 getJMSTimestamp(): 1688736964360 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeMLTest} Jul 07, 2023 1:36:06 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: Check the values in TextMessage Jul 07, 2023 1:36:06 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT sendAndRecvMsgOfEachTypeMLTest INFO: TextMessage is correct Jul 07, 2023 1:36:06 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:36:06 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:36:06 PM com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.384 s - in com.sun.ts.tests.jms.core20.appclient.jmscontextqueuetests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:07 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Creating TextMessage Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Calling send(Destination,Message,CompletionListener) Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:08 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest1 INFO: TextMessage is correct Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Creating TextMessage Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Calling send(Destination,Message,int,int,long,CompletionListener) Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:10 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest2 INFO: TextMessage is correct Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Creating TextMessage Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Calling send(Message,CompletionListener) Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:12 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: Check the value in TextMessage Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest3 INFO: TextMessage is correct Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Creating TextMessage Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Set some values in TextMessage Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Calling send(Message,int,int,long,CompletionListener) Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:14 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicSendRecvCompletionListenerTest4 INFO: TextMessage is correct Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Testing MessageProducer.close() from CompletionListener (expect IllegalStateException) Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: CompletionListener will call MessageProducer.close() (expect IllegalStateException) Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Poll listener until we receive exception Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Call close method Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: Calling MessageProducer.close() MUST throw IllegalStateException Jul 07, 2023 1:36:16 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: Caught expected IllegalStateException Jul 07, 2023 1:36:18 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Check if we got correct exception from MessageProducer.close() Jul 07, 2023 1:36:18 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalStateExceptionTests INFO: Got correct IllegalStateException Jul 07, 2023 1:36:18 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:18 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Calling MessageProducer.send(Message, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Calling MessageProducer.send(Message, int, int, long, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Calling MessageProducer.send(Destination, Message, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Calling MessageProducer.send(Destination, Message, int, int, long, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:19 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Testing MessageProducer.close() from CompletionListener (expect IllegalStateException) Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: CompletionListener will call MessageProducer.close() (expect IllegalStateException) Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Poll listener until we receive message or exception Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Call close method Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: Calling MessageProducer.close() MUST throw IllegalStateException Jul 07, 2023 1:36:20 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: Caught expected IllegalStateException Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Check if we got correct exception from MessageProducer.close() Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicIllegalStateExceptionTests INFO: Got correct IllegalStateException Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Creating TextMessage Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Calling send(Destination,Message,CompletionListener) Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:22 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:24 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:36:24 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest1 INFO: TextMessage is correct Jul 07, 2023 1:36:24 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:24 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Creating TextMessage Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Calling send(Destination,Message,int,int,long,CompletionListener) Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:25 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:27 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:36:27 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest2 INFO: TextMessage is correct Jul 07, 2023 1:36:27 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:27 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Creating TextMessage Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Calling send(Message,CompletionListener) Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:28 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:30 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: Check the value in TextMessage Jul 07, 2023 1:36:30 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest3 INFO: TextMessage is correct Jul 07, 2023 1:36:30 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:30 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Creating TextMessage Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Set some values in TextMessage Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Calling send(Message,int,int,long,CompletionListener) Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:36:31 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.MyCompletionListener onCompletion INFO: OnCompletion(): Got Message: Where are you! Jul 07, 2023 1:36:33 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:36:33 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueSendRecvCompletionListenerTest4 INFO: TextMessage is correct Jul 07, 2023 1:36:33 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:33 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Try and set an invalid mode of -1 on send Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Try and set an invalid priority of -1 on send Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueJMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:34 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Send message with null CompletionListener Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueIllegalArgumentExceptionTests INFO: Caught expected IllegalArgumentException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Try and set an invalid mode of -1 on send Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Try and set an invalid priority of -1 on send Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicJMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Calling MessageProducer.send(Message, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Calling MessageProducer.send(Message, int, int, long, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Calling MessageProducer.send(Destination, Message, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Calling MessageProducer.send(Destination, Message, int, int, long, CompletionListener) -> expect MessageFormatException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicMessageFormatExceptionTests INFO: Got MessageFormatException as expected. Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:36:35 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:36 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT cleanup INFO: Closing default Connection [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.177 s - in com.sun.ts.tests.jms.core20.appclient.messageproducertests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue2 INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue2 INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Creating TextMessage Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Set some values in TextMessage Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Set MessageListener to receive async message Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Send async message to MessageListener Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: MessageListener will call JMSConsumer.close() which is allowed Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Poll listener until complete Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Got Message: Call JMSConsumer close method Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: Calling JMSConsumer.close() MUST be allowed Jul 07, 2023 1:36:37 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Leaving Jul 07, 2023 1:36:39 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: Make sure JMSConsumer.close() was allowed Jul 07, 2023 1:36:39 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingJMSConsumerCloseIsAllowed INFO: JMSConsumer.close() was allowed Jul 07, 2023 1:36:39 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:36:39 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:36:39 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueueWithMultipleSessions INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Creating TextMessage Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Set some values in TextMessage Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Set MessageListener to receive async message Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Send async message to MessageListener Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: MessageListener will call MessageConsumer.close() which is allowed Jul 07, 2023 1:36:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Poll listener until complete Jul 07, 2023 1:37:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: Make sure MessageConsumer.close() was allowed Jul 07, 2023 1:37:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT callingMessageConsumerCloseIsAllowed INFO: MessageConsumer.close() was allowed Jul 07, 2023 1:37:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:40 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Testing Connection.close() from CompletionListener (expect IllegalStateException) Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Creating TextMessage Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Send async message specifying CompletionListener to recieve async message Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: CompletionListener will call Connection.close() (expect IllegalStateException) Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Poll listener until we receive exception Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call connection close method Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: Calling Connection.close() MUST throw IllegalStateException Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Caught expected IllegalStateException Jul 07, 2023 1:37:41 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Leaving Jul 07, 2023 1:37:43 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Check if we got correct exception from Connection.close() Jul 07, 2023 1:37:43 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest1 INFO: Got correct IllegalStateException Jul 07, 2023 1:37:43 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:43 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:44 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:44 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Testing Connection.close() from MessageListener (expect IllegalStateException) Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Creating TextMessage Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Set MessageListener to receive async message Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Send async message to MessageListener Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: MessageListener will call Connection.close() (expect IllegalStateException) Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Poll listener until we receive exception Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Got Message: Call connection close method Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: Calling Connection.close() MUST throw IllegalStateException Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Caught expected IllegalStateException Jul 07, 2023 1:37:45 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Leaving Jul 07, 2023 1:37:47 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Check if we got correct exception from Connection.close() Jul 07, 2023 1:37:47 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Got correct IllegalStateException Jul 07, 2023 1:37:47 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:47 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Testing Connection.stop() from MessageListener (expect IllegalStateException) Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Creating TextMessage Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Set MessageListener to receive async message Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Send async message to MessageListener Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: MessageListener will call Connection.stop() (expect IllegalStateException) Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Poll listener until we receive exception Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Got Message: Call connection stop method Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: Calling Connection.stop() MUST throw IllegalStateException Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Caught expected IllegalStateException Jul 07, 2023 1:37:48 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Leaving Jul 07, 2023 1:37:50 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Check if we got correct exception from Connection.stop() Jul 07, 2023 1:37:50 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest2 INFO: Got correct IllegalStateException Jul 07, 2023 1:37:50 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:50 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Testing Session.close() from CompletionListener (expect IllegalStateException) Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Creating TextMessage Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Send message specifying CompletionListener Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: CompletionListener will call Session.close() (expect IllegalStateException) Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Poll listener until we receive exception Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Got Message: Call session close method Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: Calling Session.close() MUST throw IllegalStateException Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Caught expected IllegalStateException Jul 07, 2023 1:37:51 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyCompletionListener onCompletion INFO: onCompletion(): Leaving Jul 07, 2023 1:37:53 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Check if we got correct exception from Session.close() Jul 07, 2023 1:37:53 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Got correct IllegalStateException Jul 07, 2023 1:37:53 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:53 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Testing Session.close() from MessageListener (expect IllegalStateException) Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT setupForQueue INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Creating TextMessage Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Set MessageListener to receive async message Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Send async message to MessageListener Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: MessageListener will call Session.close() (expect IllegalStateException) Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Poll listener until we receive exception Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Got Message: Call session close method Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: Calling Session.close() MUST throw IllegalStateException Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Caught expected IllegalStateException Jul 07, 2023 1:37:54 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.MyMessageListener onMessage INFO: onMessage(): Leaving Jul 07, 2023 1:37:56 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Check if we got correct exception from Session.close() Jul 07, 2023 1:37:56 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT illegalStateExceptionTest3 INFO: Got correct IllegalStateException Jul 07, 2023 1:37:56 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Close Consumer objects Jul 07, 2023 1:37:56 PM com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT cleanup INFO: Flush any messages left on Queue [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.107 s - in com.sun.ts.tests.jms.core20.appclient.listenerexceptiontests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Initialize variables after JmsTool setup Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Create message listener MyMessageListener Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Set message listener MyMessageListener on this MessageConsumer Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Creating TextMessage Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Set some values in TextMessage Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Calling MessageProducer.send(Message) Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:37:57 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.MyMessageListener onMessage INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14546-10.40.42.154(ec:3a:15:11:33:66)-57506-1688737077665 getJMSTimestamp(): 1688737077665 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=queueSendRecvMessageListenerTest} Jul 07, 2023 1:37:59 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Check value of message returned Jul 07, 2023 1:37:59 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Retreive MessageListener by calling MessageConsumer.getMessageListener() Jul 07, 2023 1:37:59 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:37:59 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:38:00 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Initialize variables after JmsTool setup Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Create message listener MyMessageListener Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Set message listener MyMessageListener on this MessageConsumer Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Creating TextMessage Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Calling MessageProducer.send(Message) Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.MyMessageListener onMessage INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14602-10.40.42.154(c7:8e:82:c5:ab:4d)-57546-1688737081685 getJMSTimestamp(): 1688737081685 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=topicSendRecvMessageListenerTest} Jul 07, 2023 1:38:01 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Check value of message returned Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Retreive MessageListener by calling MessageConsumer.getMessageListener() Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT cleanup INFO: Closing default Connection [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.032 s - in com.sun.ts.tests.jms.core20.appclient.messageconsumertests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Create JMSProducer Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Create JMSConsumer Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Creating TextMessage Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Send the TestMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:38:03 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.MyMessageListener onMessage INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14638-10.40.42.154(d6:55:d9:1:6f:1e)-57568-1688737083700 getJMSTimestamp(): 1688737083700 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_QUEUE getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=queueSendRecvMessageListenerTest} Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Received TextMessage after polling loop 1 Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Check value of TextMessage returned Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT queueSendRecvMessageListenerTest INFO: Retreive MessageListener by calling consumer.getMessageListener() Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:38:05 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Create JMSProducer Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Create JMSConsumer Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Creating TextMessage Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Send the TestMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Poll listener waiting for TestMessage to arrive Jul 07, 2023 1:38:06 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.MyMessageListener onMessage INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14690-10.40.42.154(e7:95:7f:71:c1:3)-34822-1688737086718 getJMSTimestamp(): 1688737086718 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {JMSXDeliveryCount=1, COM_SUN_JMS_TESTNAME=topicSendRecvMessageListenerTest} Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Received TextMessage after polling loop 1 Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Check value of TextMessage returned Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT topicSendRecvMessageListenerTest INFO: Retreive MessageListener by calling consumer.getMessageListener() Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT cleanup INFO: Closing default Connection [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.032 s - in com.sun.ts.tests.jms.core20.appclient.jmsconsumertests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageFormatRuntimeException Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Calling JMSProducer.send(Destination, Message) -> expect MessageFormatRuntimeException Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageFormatRuntimeExceptionTests INFO: Got MessageFormatRuntimeException as expected. Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Creating MyCompletionListener Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Creating JMSProducer Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Sending 3 asynchronous messages to topic Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Sending TextMessage: message order test 0 Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Sending TextMessage: message order test 1 Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Sending TextMessage: message order test 2 Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Poll listener until we receive all 3 TextMessage's from topic Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener onCompletion INFO: Got Message: Text: message order test 0 Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14772-10.40.42.154(cd:8d:56:15:70:56)-34898-1688737088748 getJMSTimestamp(): 1688737088748 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=messageOrderCLTopicTest0} Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener onCompletion INFO: Got Message: Text: message order test 1 Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14773-10.40.42.154(cd:8d:56:15:70:56)-34898-1688737088748 getJMSTimestamp(): 1688737088748 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=messageOrderCLTopicTest1} Jul 07, 2023 1:38:08 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener onCompletion INFO: Got Message: Text: message order test 2 Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14774-10.40.42.154(cd:8d:56:15:70:56)-34898-1688737088748 getJMSTimestamp(): 1688737088748 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=messageOrderCLTopicTest2} Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Received message: message order test 0 Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Received message: message order test 1 Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT messageOrderCLTopicTest INFO: Received message: message order test 2 Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Creating TextMessage Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Creating JMSProducer Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Set primitive property types on JMSProducer Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Set Object property types on JMSProducer Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:38:10 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener onCompletion INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14812-10.40.42.154(b2:29:10:9d:e0:69)-34932-1688737090763 getJMSTimestamp(): 1688737090763 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {OBJTESTBOOLEAN=true, OBJTESTLONG=333, OBJTESTINT=5, TESTBYTE=127, OBJTESTSTRING=test, TESTSTRING=test, TESTLONG=333, COM_SUN_JMS_TESTNAME=sendAndRecvCLTest1, TESTBOOLEAN=true, TESTINT=5, TESTFLOAT=1.0, TESTSHORT=10, OBJTESTDOUBLE=100.0, TESTDOUBLE=100.0, OBJTESTFLOAT=1.0, OBJTESTSHORT=10, OBJTESTBYTE=127} Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: TextMessage is correct Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Retrieve and verify that TextMessage message properties were set correctly Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest1 INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Creating TextMessage Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Creating JMSProducer Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Set delivery mode, priority, and time to live Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Loop 0: sleep 2 seconds waiting for messages to arrive at listener Jul 07, 2023 1:38:12 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener onCompletion INFO: Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:14850-10.40.42.154(d4:51:f0:6f:dd:fe)-34974-1688737092780 getJMSTimestamp(): 1688737092780 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvCLTest2} Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvCLTest2 INFO: TextMessage is correct Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Creating JMSConsumer Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Creating JMSProducer Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Creating TextMessage Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Calling JMSProduce.send(Destination, Message) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: Receive TextMessage Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: actTextMessage=This is my message. Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDLateTest INFO: IllegalStateRuntimeException thrown as expected Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDOnAdminConfiguredIDTest INFO: Try setting ClientID on JMSContext administratively configured with ClientID (expect IllegalStateRuntimeException) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setClientIDOnAdminConfiguredIDTest INFO: IllegalStateRuntimeException thrown as expected Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Set completion listener Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an invalid delivery mode of -1 on send Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Set completion listener Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an invalid priority of -1 on send Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetExceptionListenerTest INFO: Calling setExceptionListener(com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyExceptionListener@6a472566) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetExceptionListenerTest INFO: Calling getExceptionListener and expect com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyExceptionListener@6a472566 to be returned Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetExceptionListenerTest INFO: Calling setExceptionListener(null) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetClientIDTest INFO: Calling setClientID(myclientid) Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetClientIDTest INFO: Calling getClientID and expect myclientid to be returned Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Create transacted JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Send 3 messages to Topic and call rollback() Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 1 sent Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 2 sent Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 3 sent Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Calling rollback() to rollback the sent messages Jul 07, 2023 1:38:14 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Should not consume any messages in Topic since rollback() was called Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Send 3 messages to Topic and call commit() Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 1 sent Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 2 sent Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Message 3 sent Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Calling commit() to commit the sent messages Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Should consume all messages in Topic since commit() was called Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Received message: Message 1 Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Received message: Message 2 Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT commitRollbackTest INFO: Received message: Message 3 Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Creating context with session mode (SESSION_TRANSACTED) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Call API TopicConnectionFactory.createContext(int) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Calling getSessionMode and expect SESSION_TRANSACTED to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Creating context with session mode (AUTO_ACKNOWLEDGE) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Call API TopicConnectionFactory.createContext(int) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Calling getSessionMode and expect AUTO_ACKNOWLEDGE to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Creating context with session mode (CLIENT_ACKNOWLEDGE) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Call API TopicConnectionFactory.createContext(int) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Calling getSessionMode and expect CLIENT_ACKNOWLEDGE to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Creating context with session mode (DUPS_OK_ACKNOWLEDGE) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Call API TopicConnectionFactory.createContext(int) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Now call API JMSContext.getSessionMode() Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT createContextTest INFO: Calling getSessionMode and expect DUPS_OK_ACKNOWLEDGE to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetAsyncTest INFO: Creating JMSProducer Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.setAsync(com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener@6920614) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.getAsync() and expect com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener@6920614 to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetAsyncTest INFO: Calling setAsync(null) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetAsyncTest INFO: Calling JMSProducer.getAsync() and expect NULL to be returned Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: Create second JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: Setting clientID! Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: Getting clientID! Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: setClientID/getClientID correct Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: Resetting clientID! (expect IllegalStateRuntimeException) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: IllegalStateRuntimeException thrown as expected Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: Set clientID on second context to value of clientID on first context (expect InvalidClientIDRuntimeException) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setGetChangeClientIDTest INFO: InvalidClientIDRuntimeException thrown as expected Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Creating TextMessage Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Receive TextMessage Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Received message: Where are you! Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT acknowledgeTest INFO: Calling acknowlege to acknowledge message. Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive Message Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in Message Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive Message Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:24 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MessageImpl getJMSMessageID(): ID:15306-10.40.42.154(91:45:39:8:1:c2)-44898-1688737104934 getJMSTimestamp(): 1688737104934 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {booleanProperty=true, COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in Message Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanproperty is correct Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive BytesMessage Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in BytesMessage Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive BytesMessage Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:26 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.BytesMessageImpl getJMSMessageID(): ID:15307-10.40.42.154(91:45:39:8:1:c2)-44898-1688737106935 getJMSTimestamp(): 1688737106935 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in BytesMessage Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: bytevalue is correct Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive MapMessage Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in MapMessage Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive MapMessage Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:28 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.MapMessageImpl getJMSMessageID(): ID:15308-10.40.42.154(91:45:39:8:1:c2)-44898-1688737108936 getJMSTimestamp(): 1688737108936 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in MapMessage Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanvalue is correct Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive ObjectMessage Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive ObjectMessage Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:30 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.ObjectMessageImpl getJMSMessageID(): ID:15309-10.40.42.154(91:45:39:8:1:c2)-44898-1688737110937 getJMSTimestamp(): 1688737110937 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in ObjectMessage Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: objectvalue is correct Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive StreamMessage Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in StreamMessage Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive StreamMessage Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:32 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Class: com.sun.messaging.jmq.jmsclient.StreamMessageImpl getJMSMessageID(): ID:15310-10.40.42.154(91:45:39:8:1:c2)-44898-1688737112938 getJMSTimestamp(): 1688737112938 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in StreamMessage Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: booleanvalue is correct Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: intvalue is correct Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Send and receive TextMessage Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Set some values in TextMessage Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Calling JMSProducer.send(Destination,Message) Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Poll listener until we receive TextMessage Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Loop 0: sleep 2 seconds waiting for message to arrive at listener Jul 07, 2023 1:38:34 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.MyCompletionListener2 onCompletion INFO: onCompletion(): Got Message: Text: Where are you! Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl getJMSMessageID(): ID:15312-10.40.42.154(91:45:39:8:1:c2)-44898-1688737114940 getJMSTimestamp(): 1688737114940 getJMSCorrelationID(): null JMSReplyTo: null JMSDestination: MY_TOPIC getJMSDeliveryMode(): PERSISTENT getJMSRedelivered(): false getJMSType(): null getJMSExpiration(): 0 getJMSDeliveryTime(): 0 getJMSPriority(): 4 Properties: {COM_SUN_JMS_TESTNAME=sendAndRecvMsgOfEachTypeCLTest} Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: Check the values in TextMessage Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT sendAndRecvMsgOfEachTypeCLTest INFO: TextMessage is correct Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Create JMSConsumer Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Call stop() to stop delivery of incoming messages Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Creating JMSProducer Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Send 3 messages to Topic Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Message 1 sent Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Message 2 sent Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Message 3 sent Jul 07, 2023 1:38:36 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Try consuming a message on a STOPPED connection Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Call start() to start delivery of incoming messages Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Consume all the messages in the Topic on a STARTED connection Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Received message: Message 1 Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Received message: Message 2 Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Received message: Message 3 Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Topic should now be empty Jul 07, 2023 1:38:46 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT startStopTest INFO: Try consuming one more message should return NULL Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T setup Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating JMSConsumer Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating JMSProducer Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for InvalidDestinationRuntimeException Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSProducer.setAsync(CompletionListener) Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSProducer.send(Destination, Message) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext objects Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer objects [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.251 s - in com.sun.ts.tests.jms.core20.appclient.jmscontexttopictests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.sessiontests.ClientIT Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Create a shared non-durable Subscription and a MessageConsumer for it Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Create a second MessageConsumer for the Subscription Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Send message to Topic Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Message sent Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:38:56 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Attempt to Receive TextMessage from consumer2 - there should be none Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Send another message to Topic Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Message sent Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Receive TextMessage from consumer2 Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:39:06 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Attempt to Receive TextMessage from consumer1 - there should be none Jul 07, 2023 1:39:16 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest1 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:39:16 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Create a shared non-durable Subscription and a MessageConsumer for it Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Create a second MessageConsumer for the Subscription Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: TextMessage is correct Jul 07, 2023 1:39:17 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Attempt to Receive TextMessage from consumer2 - there should be none Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Receive TextMessage from consumer2 Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: TextMessage is correct Jul 07, 2023 1:39:27 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Attempt to Receive TextMessage from consumer1 - there should be none Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedConsumerTopicTest2 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Send 3 to Queue Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Message 1 sent Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Message 2 sent Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Message 3 sent Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Create QueueBrowser to peek at last message in Queue using message selector Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Check that browser has just the last message Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Found correct [Message 3] in browser Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Found 1 message in browser (correct) Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Create QueueBrowser to browse all messages in the Queue Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Check that browser contains all 3 messages Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createQueueBrowserTest INFO: Found 3 messages in browser (correct) Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:37 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Create a Durable Subscription and a MessageConsumer for it Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: TextMessage message1 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Receive TextMessage message1 Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Close durable MessageConsumer Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: TextMessage message2 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Recreate a Durable Subscription and a MessageConsumer for it Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Receive TextMessage message2 Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Create a Durable Subscription and a MessageConsumer with message selector, noLocal=false Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Receive TextMessage Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: This is noLacal=false case so expect to get just last message Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: TextMessage is correct Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Create a Durable Subscription and a MessageConsumer with message selector, noLocal=true Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:39:38 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableConsumerTopicTest2 INFO: Receive TextMessage Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Testing Session.createDurableConsumer(Topic, String, String, boolean) for InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) -> expect InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Got InvalidSelectorException as expected. Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Testing Session.createSharedConsumer(Topic, String, String) for InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Calling Session.createSharedConsumer(Topic, String, String) for InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Got InvalidSelectorException as expected. Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Testing Session.createSharedDurableConsumer(Topic, String, String) for InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Calling Session.createSharedDurableConsumer(Topic, String, String) -> expect InvalidSelectorException Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidSelectorExceptionTopicTests INFO: Got InvalidSelectorException as expected. Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Create selective consumer to consume messages in Topic with boolproperty (lastMessage=TRUE) Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Create normal consumer to consume all messages in Topic Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Send 3 messsages to Topic Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Message 1 sent Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Message 2 sent Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Message 3 sent Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Consume messages with selective consumer which has boolproperty (lastMessage=TRUE) Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Received expected message: Message 3 Jul 07, 2023 1:39:48 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Make sure selective consumer receives no more messages Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: No more messages for selective consumer (Correct) Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Consume all messages with normal consumer Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Received message: Message 1 Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Received message: Message 2 Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Received message: Message 3 Jul 07, 2023 1:39:58 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerTopicTest INFO: Make sure normal consumer receives no more messages Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeQueueTest INFO: Calling getAcknowledgeMode and expect 1 to be returned Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeQueueTest INFO: Calling getAcknowledgeMode and expect 3 to be returned Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeQueueTest INFO: Calling getAcknowledgeMode and expect 0 to be returned Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:08 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Creating TemporaryTopic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Creating MessageConsumer for TemporaryTopic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Creating MessageProducer for TemporaryTopic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Creating TextMessage with text [a text message] Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Set some values in TextMessage Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Send TextMessage to temporaty topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Receive TextMessage from temporaty topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Check the value in TextMessage Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: TextMessage is correct Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Attempting to delete temporary topic with an open consumer should not be allowed Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Received expected JMSException: Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Now close the open consumer Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayTopicTest INFO: Attempting to delete temporary topic with no open consumer should be allowed Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getTransactedTopicTest INFO: Calling getTransacted and expect false to be returned Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getTransactedTopicTest INFO: Calling getTransacted and expect true to be returned Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create a Durable TopicSubscriber with noLocal=true and clientid unset (expect JMSException Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling TopicSession.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from TopicSession.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create a Durable Consumer with noLocal=true and clientid unset (expect JMSException Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create a Durable TopicSubscriber with noLocal=true and clientid unset (expect JMSException Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create durable subscriber Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second durable subscriber with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableSubscriber(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create durable subscriber Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second durable subscriber with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create shared consumer Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second shared consumer with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createSharedConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create shared consumer Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second shared consumer with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create shared durable subscription Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second shared durable subscription with same name but different other args Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create durable subscription Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second durable subscription with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create shared durable subscription Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second shared durable subscription with same name but different topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create durable subscription Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Create second durable subscription with same name but different other args Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT jMSExceptionTests INFO: Got expected JMSException from Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Create a shared Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Create 2nd JMSConsumer for it Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: TextMessage message1 sent Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Receive TextMessage message1 from consumer1 Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Close 1st shared durable JMSConsumer Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: TextMessage message2 sent Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Receive TextMessage message2 from consumer2 Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Now there should be no more messages to receive from topic Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Recreate Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:40:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Try and receive a message from consumer1 (should get NONE) Jul 07, 2023 1:40:19 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Consumer1 didn't receive a message (PASS) Jul 07, 2023 1:40:19 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Try and receive a message from consumer2 (should get NONE) Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest1 INFO: Consumer2 didn't receive a message (PASS) Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Create shared Durable Subscription and 1st JMSConsumer with message selector Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Create 2nd JMSConsumer with message selector Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Send 3 messages to Topic Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest2 INFO: TextMessage is correct Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Create a shared Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Create 2nd JMSConsumer for it Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: TextMessage message1 sent Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Receive TextMessage message1 from consumer1 Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: TextMessage is correct Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Close 1st shared durable JMSConsumer Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: TextMessage message2 sent Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Receive TextMessage message2 from consumer2 Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: TextMessage is correct Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Now there should be no more messages to receive from topic Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Recreate Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:40:29 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Try and receive a message from consumer1 (should get NONE) Jul 07, 2023 1:40:39 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Consumer1 didn't receive a message (PASS) Jul 07, 2023 1:40:39 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Try and receive a message from consumer2 (should get NONE) Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createSharedDurableConsumerTopicTest3 INFO: Consumer2 didn't receive a message (PASS) Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send Message Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in Message Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive Message Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the values in Message Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: booleanproperty is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send BytesMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in BytesMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive BytesMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the values in BytesMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: bytevalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: intvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send MapMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in MapMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive MapMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the values in MapMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: intvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: booleanvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: objectvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send ObjectMessage passing object as param Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in ObjectMessage passing object as param Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: objectvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send StreamMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in StreamMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive StreamMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the values in StreamMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: booleanvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: intvalue is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in MapMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the value in TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: TextMessage is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Send TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Set some values in TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Receive TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: Check the value in TextMessage Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendRecvMsgsOfEachMsgTypeTopicTest INFO: TextMessage is correct Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Send 3 messages to Queue Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Message 1 sent Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Message 2 sent Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Message 3 sent Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Create selective consumer to consume messages in Queue with boolproperty (lastMessage=TRUE) Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Consume messages with selective consumer which has boolproperty (lastMessage=TRUE) Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Received expected message: Message 3 Jul 07, 2023 1:40:49 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Make sure selective consumer receives no more messages Jul 07, 2023 1:40:59 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Consume rest of messages with normal consumer Jul 07, 2023 1:40:59 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Received message: Message 1 Jul 07, 2023 1:40:59 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Received message: Message 2 Jul 07, 2023 1:40:59 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createConsumerProducerQueueTest INFO: Make sure normal consumer receives no more messages Jul 07, 2023 1:41:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:09 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeTopicTest INFO: Calling getAcknowledgeMode and expect 1 to be returned Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeTopicTest INFO: Calling getAcknowledgeMode and expect 3 to be returned Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getAcknowledgeModeTopicTest INFO: Calling getAcknowledgeMode and expect 0 to be returned Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send Message Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in Message Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive Message Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the values in Message Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: booleanproperty is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send BytesMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in BytesMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive BytesMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the values in BytesMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: bytevalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: intvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send MapMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in MapMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive MapMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the values in MapMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: intvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: booleanvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: objectvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send ObjectMessage passing object as param Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in ObjectMessage passing object as param Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: objectvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send StreamMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in StreamMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive StreamMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the values in StreamMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: booleanvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: intvalue is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in MapMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the value in TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: TextMessage is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Send TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Receive TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: Check the value in TextMessage Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT sendAndRecvMsgsOfEachMsgTypeQueueTest INFO: TextMessage is correct Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:10 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Creating TemporaryQueue Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Creating MessageConsumer Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Creating MessageProducer Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Creating TextMessage with text [a text message] Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Send TextMessage to temporaty queue Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Receive TextMessage from temporaty queue Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Check the value in TextMessage Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: TextMessage is correct Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Attempting to delete temporary queue with an open consumer should not be allowed Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Received expected JMSException: Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createTemporayQueueTest INFO: Attempting to delete temporary queue with no open consumer should be allowed Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:11 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createDurableSubscriber(Topic, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createDurableSubscriber(Topic, String, String, boolean) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String, String, boolean) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createDurableConsumer(Topic, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createDurableConsumer(Topic, String, String, boolean) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createSharedConsumer(Topic, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createSharedConsumer(Topic, String, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createSharedConsumer(Topic, String, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createSharedDurableConsumer(Topic, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Testing Session.createSharedDurableConsumer(Topic, String, String) for InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Calling Session.createSharedDurableConsumer(Topic, String, String) -> expect InvalidDestinationException Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT invalidDestinationExceptionTests INFO: Got InvalidDestinationException as expected. Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getTransactedQueueTest INFO: Calling getTransacted and expect false to be returned Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT getTransactedQueueTest INFO: Calling getTransacted and expect true to be returned Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:12 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createSharedConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createSharedConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling QueueSession.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from QueueSession.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Create a Durable Subscriber with clientid unset (expect IllegalStateException Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from Session.createDurableSubscriber(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Create a Durable Subscriber with noLocal=true and clientid unset (expect IllegalStateException Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from Session.createDurableSubscriber(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Create a Durable Consumer with clientid unset (expect IllegalStateException Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from Session.createDurableConsumer(Topic, String) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Create a Durable Consumer with noLocal=true and clientid unset (expect IllegalStateException Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Calling Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT illegalStateExceptionTests INFO: Got expected IllegalStateException from Session.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: Create a Durable Subscription and a TopicSubscriber for it Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: Send message to Topic Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: Message sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: Receive TextMessage Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest1 INFO: TextMessage is correct Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Create a Durable Subscription and a TopicSubscriber for it Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Receive TextMessage Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: TextMessage is correct Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Create a Durable Subscription and a TopicSubscriber for it Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Send 3 to Topic Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 1 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 2 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Message 3 sent Jul 07, 2023 1:41:13 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT createDurableSubscriberTopicTest2 INFO: Receive TextMessage Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.sessiontests.ClientIT cleanup INFO: Closing default Connection [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.405 s - in com.sun.ts.tests.jms.core20.sessiontests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Create JMSProducer Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Create JMSConsumer Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Create TextMessage Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Send the TextMessage Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Close the JMSConsumer Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Try receiving a message on a closed JMSConsumer (expect JMSRuntimeException or no message) Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueCloseTest INFO: Caught expected JMSRuntimeException: jakarta.jms.JMSRuntimeException: [C4308]: JMSProducer is closed Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:23 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Setup JmsTool for COMMON_T Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Create JMSProducer Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Create JMSConsumer Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Get message selector expression by calling getMessageSelector() API Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Expecting message selector to be NULL since we didn't set it Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Create JMSConsumer with message selector 'lastMessage = TRUE' Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Get message selector expression by calling getMessageSelector() API Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicGetMessageSelectorTest INFO: Expecting message selector to be NOT NULL since we set it to 'lastMessage = TRUE' Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Create JMSProducer Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Create JMSConsumer Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Get message selector expression by calling getMessageSelector() API Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Expecting message selector to be NULL since we didn't set it Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Create JMSConsumer with message selector 'lastMessage = TRUE' Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Get message selector expression by calling getMessageSelector() API Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueGetMessageSelectorTest INFO: Expecting message selector to be NOT NULL since we set it to 'lastMessage = TRUE' Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:24 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create JMSProducer Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create JMSConsumer Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create TextMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Class) to receive message as wrong type Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create ObjectMessage of type StringBuffer Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Class) to receive message as wrong type Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Pass HashMap.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Create BytesMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in BytesMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBodyNoWait(Class) to receive message as wrong type Jul 07, 2023 1:41:25 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBodyNoWait() expect MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send MapMessage Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in MapMessage Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Map.class, long) to receive message as wrong type Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send StreamMessage Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in StreamMessage Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody() on a StreamMessage expect MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Send Message Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Set some values in Message Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody() on a Message expect MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:26 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Setup JmsTool for COMMON_T Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create JMSProducer Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create JMSConsumer Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create TextMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSConsumer.receiveBody(String.class) to receive message as a String Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Check the value in String Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: TextMessage is correct Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create ObjectMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSConsumer.receiveBody(StringBuffer.class, long) to receive message as a StringBuffer Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Check the value in StringBuffer Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: ObjectMessage is correct Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create BytesMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Set some values in BytesMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSConsumer.receiveBody(byte[].class, long) to receive message as a byte array Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Check the values in BytesMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: bytevalue is correct Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: intvalue is correct Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Caught expected EOFException Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Create MapMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Set some values in MapMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Send and receive the MapMessage Jul 07, 2023 1:41:27 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Call JMSConsumer.receiveBodyNoWait(Map.class) to receive message as a Map Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: Check the values in MapMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: map.size()=2 Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: intvalue is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyTests INFO: booleanvalue is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Setup JmsTool for COMMON_T Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Create JMSProducer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Create JMSConsumer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Create TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Send the TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Close the JMSConsumer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Try receiving a message on a closed JMSConsumer (expect JMSRuntimeException or no message) Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicCloseTest INFO: Caught expected JMSRuntimeException: jakarta.jms.JMSRuntimeException: [C4308]: JMSProducer is closed Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create JMSProducer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create JMSConsumer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSConsumer.receiveBody(String.class) to receive message as a String Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Check the value in String Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: TextMessage is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create ObjectMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSConsumer.receiveBody(StringBuffer.class, long) to receive message as a StringBuffer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Check the value in StringBuffer Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: ObjectMessage is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create BytesMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Set some values in BytesMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSConsumer.receiveBody(byte[].class, long) to receive message as a byte array Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Check the values in BytesMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: bytevalue is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: intvalue is correct Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Caught expected EOFException Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Create MapMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Set some values in MapMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Send and receive the MapMessage Jul 07, 2023 1:41:28 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Call JMSConsumer.receiveBodyNoWait(Map.class) to receive message as a Map Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: Check the values in MapMessage Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: map.size()=2 Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: intvalue is correct Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveBodyTests INFO: booleanvalue is correct Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:29 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Create JMSProducer Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Create JMSConsumer Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Create TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSConsumer.receive() to receive TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Send and receive the TextMessage again Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSConsumer.receive(long timeout) to receive TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Send and receive the TextMessage again Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Call JMSConsumer.receiveNoWait() to receive TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Did not receive message (THIS IS OK) Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Now block and wait for message via JMSConsumer.receive() Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Now don't send a message at all Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT queueReceiveTests INFO: Calling receiveNoWait() again to receive TextMessage Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:30 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Setup JmsTool for COMMON_T Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create JMSProducer Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create JMSConsumer Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create TextMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Class) to receive message as wrong type Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create ObjectMessage of type StringBuffer Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Class) to receive message as wrong type Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Pass HashMap.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Create BytesMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in BytesMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBodyNoWait(Class) to receive message as wrong type Jul 07, 2023 1:41:31 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBodyNoWait() expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody(Map.class, long) to receive message as wrong type Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Pass Boolean.class as parameter to receiveBody() expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody() on a StreamMessage expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Send Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Set some values in Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Call JMSConsumer.receiveBody() on a Message expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveBodyExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Setup JmsTool for COMMON_T Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Create JMSProducer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Create JMSConsumer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Create TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSConsumer.receive() to receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Send and receive the TextMessage again Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSConsumer.receive(long timeout) to receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Send and receive the TextMessage again Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Call JMSConsumer.receiveNoWait() to receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Did not receive message (THIS IS OK) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Now block and wait for message via JMSConsumer.receive() Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Now don't send a message at all Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT topicReceiveTests INFO: Calling receiveNoWait() again to receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close JMSContext Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT cleanup INFO: Close all connections and resources [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.122 s - in com.sun.ts.tests.jms.core20.jmsconsumertests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Set all JMSProducer properties Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Get all JMSProducer properties Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Now check all property names returned by JMSProducer.getPropertyNames() Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTLONG Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTBOOLEAN Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTINT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTBYTE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTSTRING Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTSTRING Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTLONG Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTINT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTBOOLEAN Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTSHORT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTFLOAT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTDOUBLE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTSHORT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTFLOAT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTDOUBLE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTBYTE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllPropertyTypesTest INFO: Pass: # of properties is 16 as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Send ObjectMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737292531 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737292531 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737292532 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: ObjectMessage JMSTimeStamp pass Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Send MapMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737292532 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737292532 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737292532 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: MapMessage JMSTimeStamp pass Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Send BytesMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: BytesMessage JMSTimeStamp pass Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Send StreamMessage to Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Sending message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737292533 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: StreamMessage JMSTimeStamp pass Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Send TextMessage to Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737292534 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737292534 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737292534 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrTimeStampTest INFO: TextMessage JMSTimeStamp pass Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from boolean to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to short - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to int - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to long - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to int - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to long - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from int to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from int to long - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected -- int to short Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from long to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from float to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from long to double - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from double to string - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to boolean - expect true - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to boolean expect false - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to byte - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to short - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to int - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to long - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to float - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to double - ok Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: Setting priority to 2 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send a TextMessage to Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a TextMessage from Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: TextMessage JMSPriority passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send ObjectMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a ObjectMessage from Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: ObjectMessage JMSPriority passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send MapMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a MapMessage from Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: MapMessage JMSPriority passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: Setting priority to 4 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send BytesMessage to Topic. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a BytesMessage from Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 4 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: BytesMessage JMSPriority passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send a StreamMessage to Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a StreamMessage from Topic Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 4 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSPriorityTest INFO: StreamMessage JMSPriority passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 0 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryDelayTest INFO: Calling setDeliveryDelay(1) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 1 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Create TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Send and receive the TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call TextMessage.getBody(Boolean.class) to extract TextMessage as Boolean (expect MessageFormatException) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Create ObjectMessage of type StringBuffer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call ObjectMessage.getBody(HashMap.class) to extract ObjectMessage as HashMap (expect MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Create StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Set some values in StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Send and receive the StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call StreamMessage.getBody(HashMap.class) to extract StreamMessage as HashMap (expect MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Create BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Set some values in BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: BytesMessage is in write-only mode Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Call BytesMessage.getBody(StringBuffer.class) to receive BytesMessage as StringBuffer(expect MessageFormatException) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in Message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanproperty is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: bytevalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: objectvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send ObjectMessage passing object as param Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in ObjectMessage passing object as param Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: objectvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Calling send(Destination, Message) -> expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Map) for MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Calling send(Destination, Map) -> expect MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageNotWriteableRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Create TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Send TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Receive TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Set a bunch of JMSProducer properties Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Using received TextMessage try and send it (expect MessageNotWriteableRuntimeException) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendExceptionTests INFO: Caught expected MessageNotWriteableRuntimeException Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Set primitive property types on JMSProducer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Set Object property types on JMSProducer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Creating TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: messageSent=Where are you! Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: messageReceived=Where are you! Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Retrieve and verify correct # of properties set Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTSHORT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTBOOLEAN Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTLONG Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTSTRING Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTBYTE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: JMSXDeliveryCount Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTDOUBLE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTFLOAT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTLONG Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTFLOAT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTBOOLEAN Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: COM_SUN_JMS_TESTNAME Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTSTRING Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTINT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTBYTE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTDOUBLE Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTSHORT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Property Name is: TESTINT Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: # of properties is 18 as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Get properties for boolean, byte, short, int, long, float, double, and String. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Retrieve and verify that JMSProducer properties were set correctly Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Get properties for Boolean, Byte, Short, Integer, Long, Float, Double, String. Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Set message headers JMSCorrelationID, JMSType, JMSReplyTo on JMSProducer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Create a TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Send the TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: messageSent=Testing... Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Receive the TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: messageReceived=Testing... Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Retrieve and verify that TextMessage message properties were set correctly Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty(JMSXDeliveryCount) returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NullPointerException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NullPointerException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: property was cleared Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: JMSProducer.getPropertyName() has no properties (expected) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: JMSXGroupID Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: JMSXGroupSeq Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: JMSXDeliveryCount Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertiesTest INFO: Pass: Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 2 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryModeTest INFO: Calling setDeliveryMode(1) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 1 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a TextMessage (timeToLive is forever) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: TextMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a TextMessage (timeToLive is 5000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737297673 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737292673 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737292674 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: TextMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a ObjectMessage (timeToLive is forever) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: ObjectMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a ObjectMessage (timeToLive is 5000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737297675 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737292675 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737292675 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: ObjectMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a MapMessage (timeToLive is forever) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: MapMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a MapMessage (timeToLive is 5000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737297676 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737292676 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737292676 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a MapMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: MapMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Bytesessage (timeToLive is forever) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: BytesMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Bytesessage (timeToLive is 5000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737297677 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737292677 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737292677 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a BytesMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: BytesMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Streamessage (timeToLive is forever) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: StreamMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a StreamMessage (timeToLive is 5000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737297678 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737292678 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737292678 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a StreamMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSExpirationTest INFO: StreamMessage JMSExpiration passed Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(true) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect true to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(false) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect false to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: Creating TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: Receive TextMessage via JMSconsumer.receive(long) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest1 INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest2 INFO: Sending TextMessage via JMSProducer.send(Destination, String) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest2 INFO: Receive TextMessage via JMSConsumer.receiveBody(String, long) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest2 INFO: TextMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Send ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Set some values in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Set object in ObjectMessage to a StringBuffer Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Sending TextMessage via JMSProducer.send(Destination, Serializable) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Receive ObjectMessage via JMSConsumer.receiveBody(Serializable, long) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: Check the value in ObjectMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest3 INFO: ObjectMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: Send MapMessage via JMSProducer.send(Destination, Map) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: Receive MapMessage via JMSConsumer.receiveBody(Map.class, long Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: Compare MapMsgSend and MapMsgRecv for equality Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: key BooleanValue: true Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: key StringValue: true Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: key IntValue: true Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest4 INFO: MapMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest5 INFO: Send BytesMessage via JMSProducer.send(Destination, byte[]) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest5 INFO: Receive BytesMessage via JMSConsumer.receiveBody(byte[].class, long Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest5 INFO: Compare BytesMsgSend and BytesMsgRecv for equality Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT sendAndRecvTest5 INFO: BytesMessage is correct Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetTimeToLiveTest INFO: Calling getTimeToLive and expect 0 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetTimeToLiveTest INFO: Calling setTimeToLive(1000) Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetTimeToLiveTest INFO: Calling getTimeToLive and expect 1000 to be returned Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: --------------------------------------------------------------- Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: BEGIN TEST msgHdrJMSDeliveryTimeTest with DeliveryDelay=20Secs Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: --------------------------------------------------------------- Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Creating TextMessage Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after sending message Jul 07, 2023 1:41:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Receive message with timeout value of 21Secs Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after receiving message Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Check JMSDeliverytime Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after send = 1688737312796 Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after receive = 1688737312796 Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTimeAfterSend = JMSDeliveryTimeAfterRecv (PASS) Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterSend after send = 1688737292797 Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv after receive = 1688737312798 Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv >= (gmtTimeAfterSend + deliverydelay) (PASS) Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after sending message Jul 07, 2023 1:41:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Receive message with timeout value of 21Secs Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after receiving message Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Check JMSDeliverytime Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after send = 1688737332798 Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after receive = 1688737332798 Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTimeAfterSend = JMSDeliveryTimeAfterRecv (PASS) Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterSend after send = 1688737312798 Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv after receive = 1688737332800 Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv >= (gmtTimeAfterSend + deliverydelay) (PASS) Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: ------------------------------------------------------------- Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: END TEST msgHdrJMSDeliveryTimeTest with DeliveryDelay=20Secs Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryTimeTest INFO: ------------------------------------------------------------- Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Create a TextMessage Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Send the TextMessage Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Receive the TextMessage Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: OBJTESTBOOLEAN Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTLONG Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTSHORT Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTINT Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTFLOAT Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTSTRING Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTDOUBLE Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTBOOLEAN Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: COM_SUN_JMS_TESTNAME Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTBYTE Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgPropertyExistTest INFO: JMSProperty Name is: JMSXDeliveryCount Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: ------------------------------------------------------ Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: BEGIN TEST deliveryDelayTest with DeliveryDelay=20Secs Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: ------------------------------------------------------ Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Creating TextMessage Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:42:12 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Waiting 10 seconds to receive message Jul 07, 2023 1:42:22 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Didn't receive message after 10 seconds (CORRECT) Jul 07, 2023 1:42:22 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Sleeping 5 more seconds before receiving message Jul 07, 2023 1:42:27 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Waiting 10 more seconds to receive message Jul 07, 2023 1:42:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Received message after 20 secs elapsed (CORRECT) Jul 07, 2023 1:42:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:42:32 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Waiting 10 seconds to receive message Jul 07, 2023 1:42:42 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Didn't receive message after 10 seconds (CORRECT) Jul 07, 2023 1:42:42 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Sleeping 5 more seconds before receiving message Jul 07, 2023 1:42:47 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Waiting 10 more seconds to receive message Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: Received message after 20 secs elapsed (CORRECT) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: ---------------------------------------------------- Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: END TEST deliveryDelayTest with DeliveryDelay=20Secs Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT deliveryDelayTest INFO: ---------------------------------------------------- Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Send ObjectMessage to Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Receive ObjectMessage from Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:17845-10.40.42.154(e3:27:d8:26:c9:b6)-36980-1688737372850 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Objectessage JMSMessageID pass Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Send MapMessage to Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Receive MapMessage from Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:17847-10.40.42.154(e3:27:d8:26:c9:b6)-36980-1688737372850 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: MapMessage JMSMessageID pass Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Send BytesMessage to Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Receive BytesMessage from Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:17849-10.40.42.154(e3:27:d8:26:c9:b6)-36980-1688737372851 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: BytesMessage JMSMessageID pass Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Send StreamMessage to Topic Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Sending message Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Receive StreamMessage from Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:17851-10.40.42.154(e3:27:d8:26:c9:b6)-36980-1688737372851 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: StreamMessage JMSMessageID pass Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Send TextMessage to Topic Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: Receive TextMessage from Topic. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:17853-10.40.42.154(e3:27:d8:26:c9:b6)-36980-1688737372852 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrMessageIDTest INFO: TextMessage JMSMessageID pass Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Create TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Set some values in TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Send and receive the TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call TextMessage.isBodyAssignableTo(Boolean.class) (expect false) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call TextMessage.isBodyAssignableTo(String.class) (expect true) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Create ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Send and receive the ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call ObjectMessage.isBodyAssignableTo(Boolean.class) (expect false) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call ObjectMessage.isBodyAssignableTo(StringBuffer.class) (expect true) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Create BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Set some values in BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Send and receive the BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call BytesMessage.isBodyAssignableTo(String.class) (expect false) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call BytesMessage.isBodyAssignableTo(byte[].class) (expect true) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Send MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Set some values in MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call MapMessage.isBodyAssignableTo(String.class) (expect false) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT isBodyAssignableToTest INFO: Call MapMessage.isBodyAssignableTo(Map.class) (expect true) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Create TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Set some values in TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Send and receive the TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call TextMessage.getBody(String.class) to extract TextMessage as String Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Check the value in String Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: TextMessage is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Create ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call ObjectMessage.getBody(StringBuffer.class) to extract ObjectMessage as StringBuffer Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Check the value in StringBuffer Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: ObjectMessage is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Create BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Set some values in BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call BytesMessage.getBody(StringBuffer.class) to extract BytesMessage as byte[] array Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Check the values in BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: bytevalue is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: intvalue is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Caught expected EOFException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Send MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Set some values in MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Call MapMessage.getBody(Map.class) to extract MapMessage as a Map object Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: Check the values in MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: map.size()=2 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: intvalue is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT getBodyTests INFO: booleanvalue is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(0) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 0 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(1) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 1 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(2) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 2 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(3) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 3 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(4) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(5) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 5 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(6) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 6 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(7) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 7 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(8) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 8 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling setPriority(9) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 9 to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Create a JMSProducer from JMSContext Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException from all JMSProducer setProperty() API's Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", boolean) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", byte) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", double) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", float) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", int) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", long) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", short) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", String) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", Object) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, boolean) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, byte) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, double) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, float) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, int) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, long) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, short) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, String) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, Object) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Test MessageFormatRuntimeException for setProperty(String, Object) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected MessageFormatRuntimeException: com.sun.messaging.jms.MQMessageFormatRuntimeException: [C4040]: Invalid ObjectProperty type java.util.Date for property name1 Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageIDTest INFO: Calling setDisableMessageID(true) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect true to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageIDTest INFO: Calling setDisableMessageID(false) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect false to be returned Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Creating TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Set JMSXGroupID and JMSXGroupSeq Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Send the TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Receive the TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Verify the value in TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: TextMessage is correct Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Verify properties JMSXGroupID, JMSXGroupSeq, JMSXDeliveryCount in TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Pass: getStringProperty(JMSXGroupID) returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Pass: getIntProperty(JMSXGroupSeq) returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Pass: getIntProperty(JMSXDeliveryCount) returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Verify the JMSXProperties in ConnectionData Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Get ConnectionMetaData Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Get JMSXPropertyNames Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Verify that we have JMSXGroupID, JMSXGroupSeq, JMSXDeliveryCount Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgJMSXPropertiesTest INFO: Expected JMSX property names were returned (Passed) Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send TextMessage to Topic with DeliveryMode.PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: TextMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send TextMessage to Topic with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: TextMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send ObjectMessage to Topic with DeliveryMode.PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: ObjectMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send ObjectMessage to Topic with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive ObjectMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: ObjectMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send MapMessage to Topic with DeliveryMode.PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: MapMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send MapMessage to Topic with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive MapMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: MapMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send BytesMessage to Topic with DeliveryMode.PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: BytesMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send BytesMessage to Topic with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive BytesMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: BytesMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send StreamMessage to Topic with DeliveryMode.PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive StreamMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: StreamMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: send StreamMessage to Topic with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive StreamMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT msgHdrJMSDeliveryModeTest INFO: StreamMessage JMSDeliveryMode passed Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Set JMSProducer message header JMSCorrelationID as bytes Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Get JMSProducer message header JMSCorrelationID as bytes Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Set all JMSProducer message headers JMSCorrelationID, JMSType, JMSReplyTo Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Get all JMSProducer message headers JMSCorrelationID, JMSType, JMSReplyTo Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT cleanup INFO: Close JMSConsumer Objects [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.467 s - in com.sun.ts.tests.jms.core20.jmsproducertopictests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.messageproducertests.ClientIT Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with destination specified at creation time Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with destination specified at creation time Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with destination not specified at creation time Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Send message with destination not specified at creation time Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:52 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(true) Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect true to be returned Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(false) Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect false to be returned Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageIDTest INFO: Calling setDisableMessageID(true) Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect true to be returned Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageIDTest INFO: Calling setDisableMessageID(false) Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect false to be returned Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:53 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 0 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryDelayTest INFO: Calling setDeliveryDelay(1) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 1 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(0) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 0 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(1) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 1 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(2) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 2 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(3) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 3 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(4) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(5) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 5 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(6) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 6 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(7) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 7 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(8) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 8 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling setPriority(9) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetPriorityTest INFO: Calling getPriority and expect 9 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Creating TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Sending TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Calling MessageProducer.send(Destination, Message) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Receive TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest1 INFO: TextMessage is correct Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Creating TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Sending TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Calling MessageProducer.send(Destination, Message, int, int, long) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Receive TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest2 INFO: TextMessage is correct Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Creating TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Sending TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Calling MessageProducer.send(Message) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Receive TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: Check the value in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest3 INFO: TextMessage is correct Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Creating TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Set some values in TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Sending TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Calling MessageProducer.send(Message, int, int, long) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Receive TextMessage Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSendAndRecvTest4 INFO: TextMessage is correct Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 2 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryModeTest INFO: Calling setDeliveryMode(1) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 1 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 2 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryModeTest INFO: Calling setDeliveryMode(1) Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 1 to be returned Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:55 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageIDTest INFO: Calling setDisableMessageID(true) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect true to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageIDTest INFO: Calling setDisableMessageID(false) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicSetGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect false to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(0) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 0 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(1) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 1 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(2) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 2 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(3) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 3 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(4) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(5) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 5 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(6) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 6 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(7) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 7 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(8) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 8 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling setPriority(9) Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetPriorityTest INFO: Calling getPriority and expect 9 to be returned Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:56 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and set an invalid priority of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.setPriorty(-1) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and set an invalid delivery mode of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.setDeliveryMode(-1) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, -1, Message.DEFAULT_PRIORITY, 0L) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, DeliveryMode.NON_PERSISTENT, -1, 0L) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, -1, Message.DEFAULT_PRIORITY, 0L, CompletionListener Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, DeliveryMode.NON_PERSISTENT, -1, 0L, CompletionListener Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, -1, Message.DEFAULT_PRIORITY, 0L) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, DeliveryMode.NON_PERSISTENT, -1, 0L) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, -1, Message.DEFAULT_PRIORITY, 0L, CompletionListener) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, DeliveryMode.NON_PERSISTENT, -1, 0L, CompletionListener) Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:57 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and set an invalid priority of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.setPriorty(-1) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and set an invalid delivery mode of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.setDeliveryMode(-1) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, -1, Message.DEFAULT_PRIORITY, 0L) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, DeliveryMode.NON_PERSISTENT, -1, 0L) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, -1, Message.DEFAULT_PRIORITY, 0L, CompletionListener Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Message, DeliveryMode.NON_PERSISTENT, -1, 0L, CompletionListener Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, -1, Message.DEFAULT_PRIORITY, 0L) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, DeliveryMode.NON_PERSISTENT, -1, 0L) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with delivery mode of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, -1, Message.DEFAULT_PRIORITY, 0L, CompletionListener) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Try and send message with priority of -1 Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Calling MessageProducer.send(Destination, Message, DeliveryMode.NON_PERSISTENT, -1, 0L, CompletionListener) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT$MyCompletionListener INFO: MyCompletionListener() Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT JMSExceptionTests INFO: Caught expected JMSException Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Creating TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Sending TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Calling MessageProducer.send(Destination, Message) Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Receive TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest1 INFO: TextMessage is correct Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:58 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Creating TextMessage Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Set some values in TextMessage Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Sending TextMessage Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Calling MessageProducer.send(Destination, Message, int, int, long) Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Receive TextMessage Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest2 INFO: TextMessage is correct Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:42:59 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Creating TextMessage Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Set some values in TextMessage Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Sending TextMessage Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Calling MessageProducer.send(Message) Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Receive TextMessage Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: Check the value in TextMessage Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest3 INFO: TextMessage is correct Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:43:00 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Creating TextMessage Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Set some values in TextMessage Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Sending TextMessage Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Calling MessageProducer.send(Message, int, int, long) Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Receive TextMessage Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: Check the values in TextMessage, deliverymode, priority, time to live Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSendAndRecvTest4 INFO: TextMessage is correct Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:43:01 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: ----------------------------------------------------------- Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: BEGIN TEST queueDeliveryDelayTest with DeliveryDelay=30Secs Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: ----------------------------------------------------------- Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Creating TextMessage Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=30Secs Jul 07, 2023 1:43:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:43:17 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Message not available after 15 seconds (CORRECT) Jul 07, 2023 1:43:17 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Sleeping 15 more seconds before receiving message Jul 07, 2023 1:43:32 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:43:32 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Message received after 30 seconds expired (CORRECT) Jul 07, 2023 1:43:32 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=30Secs Jul 07, 2023 1:43:32 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:43:47 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Message not available after 15 seconds (CORRECT) Jul 07, 2023 1:43:47 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Sleeping 15 more seconds before receiving message Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: Message received after 30 seconds expired (CORRECT) Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: --------------------------------------------------------- Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: END TEST queueDeliveryDelayTest with DeliveryDelay=30Secs Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueDeliveryDelayTest INFO: --------------------------------------------------------- Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:44:02 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: ----------------------------------------------------------- Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: BEGIN TEST topicDeliveryDelayTest with DeliveryDelay=30Secs Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: ----------------------------------------------------------- Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Creating TextMessage Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=30Secs Jul 07, 2023 1:44:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:44:18 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Message not available after 15 seconds (CORRECT) Jul 07, 2023 1:44:18 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Sleeping 15 more seconds before receiving message Jul 07, 2023 1:44:33 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:44:33 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Message received after 30 seconds expired (CORRECT) Jul 07, 2023 1:44:33 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=30Secs Jul 07, 2023 1:44:33 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:44:48 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Message not available after 15 seconds (CORRECT) Jul 07, 2023 1:44:48 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Sleeping 15 more seconds before receiving message Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Waiting 15 seconds to receive message Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: Message received after 30 seconds expired (CORRECT) Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: --------------------------------------------------------- Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: END TEST topicDeliveryDelayTest with DeliveryDelay=30Secs Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicDeliveryDelayTest INFO: --------------------------------------------------------- Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(true) Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect true to be returned Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(false) Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect false to be returned Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:03 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with destination specified at creation time Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with destination specified at creation time Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with destination not specified at creation time Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Send message with destination not specified at creation time Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicUnsupportedOperationExceptionTests INFO: Caught expected UnsupportedOperationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Setup JmsTool for COMMON QUEUE Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:04 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:45:05 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetTimeToLiveTest INFO: Calling getTimeToLive and expect 0 to be returned Jul 07, 2023 1:45:05 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetTimeToLiveTest INFO: Calling setTimeToLive(1000) Jul 07, 2023 1:45:05 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetTimeToLiveTest INFO: Calling getTimeToLive and expect 1000 to be returned Jul 07, 2023 1:45:05 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:05 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:45:06 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 0 to be returned Jul 07, 2023 1:45:06 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryDelayTest INFO: Calling setDeliveryDelay(1) Jul 07, 2023 1:45:06 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT queueSetGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 1 to be returned Jul 07, 2023 1:45:06 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection Jul 07, 2023 1:45:06 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Setup JmsTool for COMMON TOPIC Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Send message with invalid destination Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT topicInvalidDestinationExceptionTests INFO: Caught expected InvalidDestinationException Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.messageproducertests.ClientIT cleanup INFO: Closing default Connection [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.205 s - in com.sun.ts.tests.jms.core20.messageproducertests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 1 to be returned Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Creating context with session mode (0) Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 0 to be returned Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Creating context with session mode (1) Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 1 to be returned Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Creating context with session mode (2) Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 2 to be returned Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Creating context with session mode (3) Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 3 to be returned Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Create normal Consumer Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Create DurableConsumer with no_local=true Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Sending 10 messages to topic Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Attempting to receive messages from normal consumer Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Attempting to receive messages from (no_local=true) consumer Jul 07, 2023 1:45:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Did not receive message (correct) Jul 07, 2023 1:45:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Sending 10 messages to topic Jul 07, 2023 1:45:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Close DurableConsumer with no_local=true Jul 07, 2023 1:45:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Create DurableConsumer with no_local=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: No_local=false consumer did not receive any message (expected) Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Sending 10 messages to topic Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Attempting to receive messages from (no_local=false) consumer Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerTopicNoLocalTest INFO: Received correct message lastMessage=false Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Create a shared Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Create 2nd JMSConsumer for it Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: TextMessage message1 sent Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Receive TextMessage message1 from consumer1 Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Close 1st shared durable JMSConsumer Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: TextMessage message2 sent Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Receive TextMessage message2 from consumer2 Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Now there should be no more messages to receive from topic Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Recreate Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:45:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Try and receive a message from consumer1 (should get NONE) Jul 07, 2023 1:45:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Consumer1 didn't receive a message (PASS) Jul 07, 2023 1:45:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Try and receive a message from consumer2 (should get NONE) Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest1 INFO: Consumer2 didn't receive a message (PASS) Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Create shared Durable Subscription and 1st JMSConsumer with message selector Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Create 2nd JMSConsumer with message selector Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Send 3 messages to Topic Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Message 1 sent Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Message 2 sent Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Message 3 sent Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest2 INFO: TextMessage is correct Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Create a shared Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Create 2nd JMSConsumer for it Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: TextMessage message1 sent Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Receive TextMessage message1 from consumer1 Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: TextMessage is correct Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Close 1st shared durable JMSConsumer Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: TextMessage message2 sent Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Receive TextMessage message2 from consumer2 Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: TextMessage is correct Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Now there should be no more messages to receive from topic Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Recreate Durable Subscription and 1st JMSConsumer for it Jul 07, 2023 1:45:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Try and receive a message from consumer1 (should get NONE) Jul 07, 2023 1:46:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Consumer1 didn't receive a message (PASS) Jul 07, 2023 1:46:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Try and receive a message from consumer2 (should get NONE) Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedDurableConsumerTest3 INFO: Consumer2 didn't receive a message (PASS) Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Create durable subscription with MessageSelector="TEST='test'", Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: TopicName=MY_TOPIC and SubscriptionName=durableConsumerChangeSelectorTest2 Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Create/Send first message with string property "TEST = 'test'" Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Create/Send second message with string property "TEST = 'test again'" Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Try receiving first message (should get message) Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Message text: "Message #1 with string property TEST='test'" Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Received correct first message Jul 07, 2023 1:46:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Try receiving second message (should not get message) Jul 07, 2023 1:46:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Did not receive second message (correct) Jul 07, 2023 1:46:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Close durable subscription Jul 07, 2023 1:46:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Create new durable subscription with MessageSelector="TEST='test again'", Jul 07, 2023 1:46:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: TopicName=MY_TOPIC and SubscriptionName=durableConsumerChangeSelectorTest2 Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest2 INFO: Did not receive any messages (correct) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Creating TemporaryTopic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Create JMSConsumer for TemporaryTopic. Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Send message to temporary topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Receive message from temporaty topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Checking received message Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Verify correct message received. Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: received correct message: a text message as expected Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Attempting to delete temporary topic with an open consumer should not be allowed Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Now close the open consumer Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createTemporayTopicTest INFO: Attempting to delete temporary topic with no open consumer should be allowed Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT inactiveDurableConsumerTopicRecTest INFO: Create a Durable Subscription and a JMSConsumer for it Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT inactiveDurableConsumerTopicRecTest INFO: Received correct message Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT inactiveDurableConsumerTopicRecTest INFO: Create a Durable Subscription and a JMSConsumer for it Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an invalid priority of -1 Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Try and set an delivery mode to live of -1 Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create shared consumer Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second shared consumer with same name but different topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createSharedConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create shared consumer Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second shared consumer with same name but different topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createSharedConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create shared durable subscription Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second shared durable subscription with same name but different other args Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createSharedDurableConsumer(Topic, String, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create durable subscription Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second durable subscription with same name but different topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create shared durable subscription Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second shared durable subscription with same name but different topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createSharedDurableConsumer(Topic, String) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create durable subscription Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Create second durable subscription with same name but different other args Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT jMSRuntimeExceptionTests INFO: Got expected JMSRuntimeException from JMSContext.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Create a shared non-durable Subscription and a JMSConsumer for it Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Create a second JMSConsumer for the Subscription Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Send message to Topic Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Message sent Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:46:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Attempt to Receive TextMessage from consumer2 - there should be none Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Send another message to Topic Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Message sent Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Receive TextMessage from consumer2 Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:46:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Attempt to Receive TextMessage from consumer1 - there should be none Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest1 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Create a shared non-durable Subscription and a JMSConsumer for it Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Create a second JMSConsumer for the Subscription Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Send 3 to Topic Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 1 sent Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 2 sent Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 3 sent Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Receive TextMessage from consumer1 Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: TextMessage is correct Jul 07, 2023 1:46:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Attempt to Receive TextMessage from consumer2 - there should be none Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Send 3 to Topic Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 1 sent Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 2 sent Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Message 3 sent Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Receive TextMessage from consumer2 Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: TextMessage is correct Jul 07, 2023 1:47:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Attempt to Receive TextMessage from consumer1 - there should be none Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createSharedConsumerTest2 INFO: Did not receive TextMessage - expected. Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.commit() Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.rollback() Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending message to the Queue Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: JMSContext.recover() on a transacted session must throw IllegalStateRuntimeException Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.recover() Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Create JMSContext with CLIENT_ACKNOWLEDGE Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Close JMSContext Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Call JMSContext.acknowledge() on a closed session which is illegal Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.acknowledge() Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Calling JMSContext.createDurableConsumer(Topic, String) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Create Durable Consumer with client id unset (expect IllegalStateRuntimeException) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Create Durable Consumer with client id unset, nolocal=false (expect IllegalStateRuntimeException) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Create Durable Consumer with client id unset, nolocal=true (expect IllegalStateRuntimeException) Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getTransactedTest INFO: Calling getTransacted and expect false to be returned Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT getTransactedTest INFO: Calling getTransacted and expect true to be returned Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Create a Durable Subscription and a MessageConsumer for it Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Send TextMessage message1 to Topic Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: TextMessage message1 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Receive TextMessage message1 Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Check the value in TextMessage message1 Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Close durable MessageConsumer Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Send TextMessage message2 to Topic Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: TextMessage message2 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Recreate a Durable Subscription and a MessageConsumer for it Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Receive TextMessage message2 Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: Check the value in TextMessage message2 Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest1 INFO: TextMessage is correct Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Create a Durable Subscription and a MessageConsumer with message selector, noLocal=false Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Send 3 messages to Topic Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 1 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 2 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 3 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Receive TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: This is noLacal=false case so expect to get just last message Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: TextMessage is correct Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Create a Durable Subscription and a MessageConsumer with message selector, noLocal=true Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Send 3 messages to Topic Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 1 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 2 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Message 3 sent Jul 07, 2023 1:47:17 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createDurableConsumerTest2 INFO: Receive TextMessage Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Create DurableConsumer with MessageSelector=TEST='test' and no_local=false Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Send and receive the message Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Receiving message Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Message text: "For default topic " Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Received correct message Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Create DurableConsumer with new MessageSelector=TEST='new one' and no_local=false Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Message text: "For new topic" Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT durableConsumerChangeSelectorTest INFO: Received correct message Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Create selective JMSConsumer with selector ["lastMessage=TRUE"] Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Send 3 to Topic Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=false Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 1 sent Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=false Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 2 sent Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=true Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 3 sent Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Receive last message with selective JMSConsumer and boolean property lastMessage=true Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received expected message: Message 3 Jul 07, 2023 1:47:27 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Try receiving one more message (should get none) Jul 07, 2023 1:47:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received no more messages (CORRECT) Jul 07, 2023 1:47:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Receive rest of messages with normal JMSConsumer Jul 07, 2023 1:47:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received message: Message 1 Jul 07, 2023 1:47:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received message: Message 2 Jul 07, 2023 1:47:37 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received message: Message 3 Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Try receiving one more message (should get none) Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received no more messages (CORRECT) Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Create selective JMSConsumer with selector ["lastMessage=TRUE"] and noLocal=false Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Send 3 to Topic Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=false Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 1 sent Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=false Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 2 sent Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Set boolean property lastMessage=true Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 3 sent Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Receive last message with selective JMSConsumer and boolean property lastMessage=true Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received expected message: Message 3 Jul 07, 2023 1:47:47 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Try receiving one more message (should get none) Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received no more messages (CORRECT) Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Create selective JMSConsumer with selector ["lastMessage=TRUE"] and noLocal=true Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Send 3 to Topic Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 1 sent Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 2 sent Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Message 3 sent Jul 07, 2023 1:47:57 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Try receiving a message with selective JMSConsumer (should get none) Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT createConsumerTest INFO: Received no message (CORRECT) Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setGetAutoStartTest INFO: Calling getAutoStart and expect true to be returned Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setGetAutoStartTest INFO: Calling setAutoStart(false) Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setGetAutoStartTest INFO: Calling getAutoStart and expect false to be returned Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT verifyClientIDOnAdminConfiguredIDTest INFO: Get client id from an administratively configured client id Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT verifyClientIDOnAdminConfiguredIDTest INFO: getClientID returned cts (Correct) Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT simpleDurableConsumerTest INFO: Create DurableConsumer with subscriber name Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT simpleDurableConsumerTest INFO: Creating and sending 1 message Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT simpleDurableConsumerTest INFO: Receiving message Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT simpleDurableConsumerTest INFO: Message text: "just a test" Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT simpleDurableConsumerTest INFO: Received correct message Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String, boolean) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String, boolean) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createDurableConsumer(Topic, String, String, boolean) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createSharedDurableConsumer(Topic, String, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String, String) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createSharedConsumer(Topic, String, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and normal topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT setup INFO: Setup JmsTool for COMMON_T and durable topic connection factory Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Message) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Serializable) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Send ObjectMessage Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Serializable) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, byte[]) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, byte[]) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Map) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Map) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String, boolean) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String, boolean) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createDurableConsumer(Topic, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createDurableConsumer(Topic, String, String, boolean) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createDurableConsumer(Topic, String, String, boolean) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createSharedDurableConsumer(Topic, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createSharedDurableConsumer(Topic, String, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createSharedDurableConsumer(Topic, String, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.unsubscribe(String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.unsubscribe(String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createSharedConsumer(Topic, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createSharedConsumer(Topic, String, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createSharedConsumer(Topic, String, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT cleanup INFO: Close JMSConsumer Objects [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 180.431 s - in com.sun.ts.tests.jms.core20.jmscontexttopictests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Create a JMSProducer from JMSContext Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Set all JMSProducer properties Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Get all JMSProducer properties Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Now check all property names returned by JMSProducer.getPropertyNames() Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTLONG Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTBOOLEAN Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTINT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTBYTE Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTSTRING Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTSTRING Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTLONG Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTINT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTBOOLEAN Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTSHORT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTFLOAT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTDOUBLE Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTSHORT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTFLOAT Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: TESTDOUBLE Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Producer Property set by client: OBJTESTBYTE Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllPropertyTypesTest INFO: Pass: # of properties is 16 as expected Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Send ObjectMessage to Queue. Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737688636 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737688636 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737688637 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: ObjectMessage JMSTimeStamp pass Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Send MapMessage to Queue. Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737688637 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737688637 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737688637 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: MapMessage JMSTimeStamp pass Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Send BytesMessage to Queue. Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: BytesMessage JMSTimeStamp pass Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Send StreamMessage to Queue Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Sending message Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: StreamMessage JMSTimeStamp pass Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Send TextMessage to Queue Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: getJMSTimestamp=1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time at send is: 1688737688638 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: Time after return fromsend is:1688737688639 Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrTimeStampTest INFO: TextMessage JMSTimeStamp pass Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:08 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from boolean to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to short - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to int - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from byte to long - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to int - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from short to long - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from int to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from int to long - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected -- int to short Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from long to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from float to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from long to double - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from double to string - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: MessageFormatRuntimeException as expected Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to boolean - expect true - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to boolean expect false - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to byte - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to short - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to int - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to long - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to float - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesConversionTests INFO: Pass: conversion from string to double - ok Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:09 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: Setting priority to 2 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send a TextMessage to Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a TextMessage from Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: TextMessage JMSPriority passed Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send ObjectMessage to Queue. Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a ObjectMessage from Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: ObjectMessage JMSPriority passed Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send MapMessage to Queue. Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a MapMessage from Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 2 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: MapMessage JMSPriority passed Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: Setting priority to 4 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send BytesMessage to Queue. Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a BytesMessage from Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 4 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: BytesMessage JMSPriority passed Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Send a StreamMessage to Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority test - Recv a StreamMessage from Queue Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: JMSPriority is 4 Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSPriorityTest INFO: StreamMessage JMSPriority passed Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:10 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 0 to be returned Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryDelayTest INFO: Calling setDeliveryDelay(1) Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryDelayTest INFO: Calling getDeliveryDelay and expect 1 to be returned Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:11 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Create TextMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Send and receive the TextMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call TextMessage.getBody(Boolean.class) to extract TextMessage as Boolean (expect MessageFormatException) Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Create ObjectMessage of type StringBuffer Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call ObjectMessage.getBody(HashMap.class) to extract ObjectMessage as HashMap (expect MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Create StreamMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Set some values in StreamMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Send and receive the StreamMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call StreamMessage.getBody(HashMap.class) to extract StreamMessage as HashMap (expect MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Create BytesMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Set some values in BytesMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: BytesMessage is in write-only mode Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Call BytesMessage.getBody(StringBuffer.class) to receive BytesMessage as StringBuffer(expect MessageFormatException) Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyExceptionTests INFO: Caught correct MessageFormatException Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:12 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send Message Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in Message Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive Message Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in Message Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanproperty is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send BytesMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in BytesMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive BytesMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in BytesMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: bytevalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send MapMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in MapMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive MapMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in MapMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: objectvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send ObjectMessage passing object as param Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in ObjectMessage passing object as param Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in ObjectMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: objectvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send StreamMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in StreamMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive StreamMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the values in StreamMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: booleanvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: intvalue is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: TextMessage is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Send TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Set some values in TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Receive TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: Check the value in TextMessage Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvMsgsOfEachMsgTypeTest INFO: TextMessage is correct Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:13 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Calling send(Destination, Message) -> expect MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Map) for MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Calling send(Destination, Map) -> expect MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for MessageNotWriteableRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Create TextMessage Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Send TextMessage Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Receive TextMessage Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Check the value in TextMessage Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: TextMessage is correct Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Set a bunch of JMSProducer properties Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Using received TextMessage try and send it (expect MessageNotWriteableRuntimeException) Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendExceptionTests INFO: Caught expected MessageNotWriteableRuntimeException Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:14 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Set primitive property types on JMSProducer Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Set Object property types on JMSProducer Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Creating TextMessage Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: messageSent=Where are you! Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Set some values in TextMessage Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: messageReceived=Where are you! Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Retrieve and verify correct # of properties set Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTSHORT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTBOOLEAN Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTLONG Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTSTRING Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTBYTE Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: JMSXDeliveryCount Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTDOUBLE Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTFLOAT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTLONG Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTFLOAT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTBOOLEAN Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: COM_SUN_JMS_TESTNAME Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTSTRING Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTINT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTBYTE Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: OBJTESTDOUBLE Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTSHORT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Property Name is: TESTINT Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: # of properties is 18 as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Retrieve and verify that JMSProducer properties were set correctly Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Get properties for boolean, byte, short, int, long, float, double, and String. Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Get properties for Boolean, Byte, Short, Integer, Long, Float, Double, String. Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Set message headers JMSCorrelationID, JMSType, JMSReplyTo on JMSProducer Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Create a TextMessage Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Send the TextMessage Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: messageSent=Testing... Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Receive the TextMessage Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: messageReceived=Testing... Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Retrieve and verify that TextMessage message properties were set correctly Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getBooleanProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getByteProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getLongProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getStringProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getDoubleProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getFloatProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getShortProperty returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getIntProperty(JMSXDeliveryCount) returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Boolean value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Byte value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Long value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct String value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Double value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Float value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Integer value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getObjectProperty returned correct Short value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NullPointerException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NullPointerException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: property was cleared Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: NumberFormatException as expected Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: JMSProducer.getPropertyName() has no properties (expected) Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: JMSXGroupID Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: JMSXGroupSeq Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: JMSXDeliveryCount Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertiesTest INFO: Pass: Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:15 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 2 to be returned Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryModeTest INFO: Calling setDeliveryMode(1) Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDeliveryModeTest INFO: Calling getDeliveryMode and expect 1 to be returned Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:16 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a TextMessage (timeToLive is forever) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a TextMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: TextMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a TextMessage (timeToLive is 5000) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737702759 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737697759 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737697760 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a TextMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: TextMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a ObjectMessage (timeToLive is forever) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a ObjectMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: ObjectMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a ObjectMessage (timeToLive is 5000) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737702760 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737697760 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737697761 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a ObjectMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: ObjectMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a MapMessage (timeToLive is forever) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a MapMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: MapMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a MapMessage (timeToLive is 5000) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737702761 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737697761 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737697762 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a MapMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: MapMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Bytesessage (timeToLive is forever) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a BytesMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: BytesMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Bytesessage (timeToLive is 5000) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737702762 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737697762 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737697762 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a BytesMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: BytesMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a Streamessage (timeToLive is forever) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a StreamMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: StreamMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Send a StreamMessage (timeToLive is 5000) Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration is set to=1688737702763 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time before send=1688737697763 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time after send=1688737697763 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: Time to Live =5000 Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: JMSExpiration test - Recv a StreamMessage Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSExpirationTest INFO: StreamMessage JMSExpiration passed Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(true) Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect true to be returned Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageTimestampTest INFO: Calling setDisableMessageTimestamp(false) Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageTimestampTest INFO: Calling getDisableMessageTimestamp and expect false to be returned Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:18 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: Creating TextMessage Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: Set some values in TextMessage Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: Receive TextMessage via JMSconsumer.receive(long) Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: Check the value in TextMessage Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest1 INFO: TextMessage is correct Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:19 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest2 INFO: Sending TextMessage via JMSProducer.send(Destination, String) Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest2 INFO: Receive TextMessage via JMSConsumer.receiveBody(String, long) Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest2 INFO: Check the value in TextMessage Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest2 INFO: TextMessage is correct Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:20 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Send ObjectMessage Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Set some values in ObjectMessage Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Set object in ObjectMessage to a StringBuffer Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Sending TextMessage via JMSProducer.send(Destination, Serializable) Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Receive ObjectMessage via JMSConsumer.receiveBody(Serializable.class, long) Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: Check the value in ObjectMessage Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest3 INFO: ObjectMessage is correct Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:21 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: Send MapMessage via JMSProducer.send(Destination, Map) Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: Receive MapMessage via JMSConsumer.receiveBody(Map.class, long) Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: Compare MapMsgSend and MapMsgRecv for equality Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: key BooleanValue: true Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: key StringValue: true Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: key IntValue: true Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest4 INFO: MapMessage is correct Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest5 INFO: Send BytesMessage via JMSProducer.send(Destination, byte[]) Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest5 INFO: Receive BytesMessage via JMSConsumer.receiveBody(byte[].class, long) Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest5 INFO: Compare BytesMsgSend and BytesMsgRecv for equality Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT sendAndRecvTest5 INFO: BytesMessage is correct Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:23 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetTimeToLiveTest INFO: Calling getTimeToLive and expect 0 to be returned Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetTimeToLiveTest INFO: Calling setTimeToLive(1000) Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetTimeToLiveTest INFO: Calling getTimeToLive and expect 1000 to be returned Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:48:24 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: --------------------------------------------------------------- Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: BEGIN TEST msgHdrJMSDeliveryTimeTest with DeliveryDelay=20Secs Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: --------------------------------------------------------------- Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Creating TextMessage Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after sending message Jul 07, 2023 1:48:25 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Receive message with timeout value of 21Secs Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after receiving message Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Check JMSDeliverytime Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after send = 1688737725861 Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after receive = 1688737725861 Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTimeAfterSend = JMSDeliveryTimeAfterRecv (PASS) Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterSend after send = 1688737705862 Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv after receive = 1688737725862 Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv >= (gmtTimeAfterSend + deliverydelay) (PASS) Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after sending message Jul 07, 2023 1:48:45 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Receive message with timeout value of 21Secs Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Get JMSDeliveryTime after receiving message Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: Check JMSDeliverytime Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after send = 1688737745862 Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTime after receive = 1688737745862 Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: JMSDeliveryTimeAfterSend = JMSDeliveryTimeAfterRecv (PASS) Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterSend after send = 1688737725863 Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv after receive = 1688737745863 Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: gmtTimeAfterRecv >= (gmtTimeAfterSend + deliverydelay) (PASS) Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: ------------------------------------------------------------- Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: END TEST msgHdrJMSDeliveryTimeTest with DeliveryDelay=20Secs Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryTimeTest INFO: ------------------------------------------------------------- Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:05 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Create a TextMessage Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Send the TextMessage Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Receive the TextMessage Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: OBJTESTBOOLEAN Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTLONG Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTSHORT Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTINT Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTFLOAT Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTSTRING Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTDOUBLE Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTBOOLEAN Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: COM_SUN_JMS_TESTNAME Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: Application Property set by client is: TESTBYTE Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgPropertyExistTest INFO: JMSProperty Name is: JMSXDeliveryCount Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:06 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: ------------------------------------------------------ Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: BEGIN TEST deliveryDelayTest with DeliveryDelay=20Secs Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: ------------------------------------------------------ Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Creating TextMessage Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Sending message with DeliveryMode.PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:49:07 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Waiting 10 seconds to receive message Jul 07, 2023 1:49:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Didn't receive message after 10 seconds (CORRECT) Jul 07, 2023 1:49:17 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Sleeping 5 more seconds before receiving message Jul 07, 2023 1:49:22 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Waiting 10 more seconds to receive message Jul 07, 2023 1:49:27 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Received message after 20 secs elapsed (CORRECT) Jul 07, 2023 1:49:27 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Sending message with DeliveryMode.NON_PERSISTENT and DeliveryDelay=20Secs Jul 07, 2023 1:49:27 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Waiting 10 seconds to receive message Jul 07, 2023 1:49:37 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Didn't receive message after 10 seconds (CORRECT) Jul 07, 2023 1:49:37 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Sleeping 5 more seconds before receiving message Jul 07, 2023 1:49:42 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Waiting 10 more seconds to receive message Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: Received message after 20 secs elapsed (CORRECT) Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: ---------------------------------------------------- Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: END TEST deliveryDelayTest with DeliveryDelay=20Secs Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT deliveryDelayTest INFO: ---------------------------------------------------- Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:47 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Send ObjectMessage to Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Receive ObjectMessage from Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:21069-10.40.42.154(c4:f8:20:97:88:f6)-59254-1688737788908 Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Objectessage JMSMessageID pass Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Send MapMessage to Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Receive MapMessage from Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:21071-10.40.42.154(c4:f8:20:97:88:f6)-59254-1688737788909 Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: MapMessage JMSMessageID pass Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Send BytesMessage to Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Receive BytesMessage from Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:21073-10.40.42.154(c4:f8:20:97:88:f6)-59254-1688737788909 Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: BytesMessage JMSMessageID pass Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Send StreamMessage to Queue Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Sending message Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Receive StreamMessage from Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:21075-10.40.42.154(c4:f8:20:97:88:f6)-59254-1688737788910 Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: StreamMessage JMSMessageID pass Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Send TextMessage to Queue Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: Receive TextMessage from Queue. Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: getJMSMessageID=ID:21077-10.40.42.154(c4:f8:20:97:88:f6)-59254-1688737788910 Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrMessageIDTest INFO: TextMessage JMSMessageID pass Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:48 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Create TextMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Set some values in TextMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Send and receive the TextMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call TextMessage.isBodyAssignableTo(Boolean.class) (expect false) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call TextMessage.isBodyAssignableTo(String.class) (expect true) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Create ObjectMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Set some values in ObjectMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Send and receive the ObjectMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call ObjectMessage.isBodyAssignableTo(Boolean.class) (expect false) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call ObjectMessage.isBodyAssignableTo(StringBuffer.class) (expect true) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Create BytesMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Set some values in BytesMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Send and receive the BytesMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive BytesMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call BytesMessage.isBodyAssignableTo(String.class) (expect false) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call BytesMessage.isBodyAssignableTo(byte[].class) (expect true) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Send MapMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Set some values in MapMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call JMSConsumer.receive(long) to receive MapMessage Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call MapMessage.isBodyAssignableTo(String.class) (expect false) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT isBodyAssignableToTest INFO: Call MapMessage.isBodyAssignableTo(Map.class) (expect true) Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:49 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Create TextMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Set some values in TextMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Send and receive the TextMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive TextMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call TextMessage.getBody(String.class) to extract TextMessage as String Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Check the value in String Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: TextMessage is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Create ObjectMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Send and receive the ObjectMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSProducer.send(Destination, Message) Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive ObjectMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call ObjectMessage.getBody(StringBuffer.class) to extract ObjectMessage as StringBuffer Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Check the value in StringBuffer Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: ObjectMessage is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Create BytesMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Set some values in BytesMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Send and receive the BytesMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive BytesMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call BytesMessage.getBody(StringBuffer.class) to extract BytesMessage as byte[] array Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Check the values in BytesMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: bytevalue is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: intvalue is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Caught expected EOFException Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Send MapMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Set some values in MapMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call JMSConsumer.receive(long) to receive MapMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Call MapMessage.getBody(Map.class) to extract MapMessage as a Map object Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: Check the values in MapMessage Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: map.size()=2 Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: intvalue is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT getBodyTests INFO: booleanvalue is correct Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:50 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(0) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 0 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(1) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 1 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(2) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 2 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(3) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 3 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(4) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 4 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(5) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 5 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(6) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 6 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(7) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 7 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(8) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 8 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling setPriority(9) Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetPriorityTest INFO: Calling getPriority and expect 9 to be returned Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:51 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Create a JMSProducer from JMSContext Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException from all JMSProducer setProperty() API's Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", boolean) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", byte) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", double) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", float) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", int) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", long) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", short) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", String) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty("", Object) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, boolean) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, byte) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, double) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, float) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, int) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, long) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, short) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, String) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test IllegalArgumentException for setProperty(null, Object) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected IllegalArgumentException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Test MessageFormatRuntimeException for setProperty(String, Object) Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setPropertyExceptionTests INFO: Pass: Caught expected MessageFormatRuntimeException Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:52 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageIDTest INFO: Calling setDisableMessageID(true) Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect true to be returned Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageIDTest INFO: Calling setDisableMessageID(false) Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetDisableMessageIDTest INFO: Calling getDisableMessageID and expect false to be returned Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:53 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Creating TextMessage Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Set StringProperty COM_SUN_JMS_TESTNAME Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Set JMSXGroupSeq and JMSXGroupSeq Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Send the TextMessage Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Receive the TextMessage Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Verify the value in TextMessage Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: TextMessage is correct Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Verify properties JMSXGroupID, JMSXGroupSeq, JMSXDeliveryCount in TextMessage Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Pass: getStringProperty(JMSXGroupID) returned correct value Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Pass: getIntProperty(JMSXGroupSeq) returned correct value Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Pass: getIntProperty(JMSXDeliveryCount) returned correct value Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Verify the JMSXProperties in ConnectionMetaData Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Get ConnectionMetaData Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Get JMSXPropertyNames Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Verify that we have JMSXGroupID, JMSXGroupSeq, JMSXDeliveryCount Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgJMSXPropertiesTest INFO: Expected JMSX property names were returned (Passed) Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:54 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send TextMessage to Queue with DeliveryMode.PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive TextMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: TextMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send TextMessage to Queue with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive TextMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: TextMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send ObjectMessage to Queue with DeliveryMode.PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive ObjectMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: ObjectMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send ObjectMessage to Queue with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive ObjectMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: ObjectMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send MapMessage to Queue with DeliveryMode.PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive MapMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: MapMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send MapMessage to Queue with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive MapMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: MapMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send BytesMessage to Queue with DeliveryMode.PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive BytesMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: BytesMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send BytesMessage to Queue with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive BytesMessage Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: BytesMessage JMSDeliveryMode passed Jul 07, 2023 1:49:55 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send StreamMessage to Queue with DeliveryMode.PERSISTENT. Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive StreamMessage Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: StreamMessage JMSDeliveryMode passed Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: send StreamMessage to Queue with DeliveryMode.NON_PERSISTENT. Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: receive StreamMessage Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT msgHdrJMSDeliveryModeTest INFO: StreamMessage JMSDeliveryMode passed Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:56 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setup INFO: Create JMSContext, JMSConsumer and JMSProducer Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Create a JMSProducer from JMSContext Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Set JMSProducer message header JMSCorrelationID as bytes Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Get JMSProducer message header JMSCorrelationID as bytes Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Set all JMSProducer message headers JMSCorrelationID, JMSType, JMSReplyTo Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Get all JMSProducer message headers JMSCorrelationID, JMSType, JMSReplyTo Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSCorrelationID returned correct value Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSType returned correct value Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT setGetAllHeaderTypesTest INFO: Pass: getJMSReplyTo returned correct value Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:57 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.403 s - in com.sun.ts.tests.jms.core20.jmsproducerqueuetests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest1 INFO: Setup JmsTool for TOPIC_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest1 INFO: Test TopicConnectionFactory.createContext() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest1 INFO: Verify that JMSContext.getSessionMode() returns JMSContext.AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest3 INFO: Setup JmsTool for TOPIC_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest3 INFO: Test TopicConnectionFactory.createContext(String, String) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateJMSContextTest3 INFO: Verify that JMSContext.getSessionMode() returns JMSContext.AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest1 INFO: Setup JmsTool for QUEUE_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest1 INFO: Test QueueConnectionFactory.createContext() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest1 INFO: Verify that JMSContext.getSessionMode() returns JMSContext.AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest3 INFO: Setup JmsTool for QUEUE_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest3 INFO: Test QueueConnectionFactory.createContext(String, String) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateJMSContextTest3 INFO: Verify that JMSContext.getSessionMode() returns JMSContext.AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateConnectionTest INFO: Setup JmsTool for TOPIC_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateConnectionTest INFO: Test TopicConnectionFactory.createTopicConnection() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateConnectionTest INFO: Test TopicConnectionFactory.createTopicConnection(String, String) with valid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateConnectionTest INFO: Test TopicConnectionFactory.createConnection() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT tcfCreateConnectionTest INFO: Test TopicConnectionFactory.createConnection(String, String) with valid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateConnectionTest INFO: Setup JmsTool for QUEUE_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateConnectionTest INFO: Test QueueConnectionFactory.createQueueConnection() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateConnectionTest INFO: Test QueueConnectionFactory.createQueueConnection(String, String) with valid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateConnectionTest INFO: Test QueueConnectionFactory.createConnection() Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT qcfCreateConnectionTest INFO: Test QueueConnectionFactory.createConnection(String, String) with valid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Setup JmsTool for QUEUE_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Test QueueConnectionFactory.createQueueConnection(String, String) with invalid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Verify JMSSecurityException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Caught expected JMSSecurityException Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Setup JmsTool for TOPIC_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Test TopicConnectionFactory.createTopicConnection(String, String) with invalid credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Verify JMSSecurityException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createConnectionExceptionTests INFO: Caught expected JMSSecurityException Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Setup JmsTool for QUEUE_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Test QueueConnectionFactory.createContext(String, String) with bad credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Verify JMSRuntimeSecurityException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Caught expected JMSRuntimeSecurityException Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Test QueueConnectionFactory.createContext(int) with bad session mode Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Verify JMSRuntimeException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Caught expected JMSRuntimeException Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Setup JmsTool for TOPIC_FACTORY Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Test TopicConnectionFactory.createContext(String, String) with bad credentials Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Verify JMSSecurityRuntimeException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Caught expected JMSRuntimeSecurityException Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Test TopicConnectionFactory.createContext(int) with bad session mode Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Verify JMSRuntimeException is thrown Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT createJMSContextExceptionTests INFO: Caught expected JMSRuntimeException [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in com.sun.ts.tests.jms.core20.connectionfactorytests.ClientIT [INFO] Running com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 1 to be returned Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Creating context with session mode (0) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 0 to be returned Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Creating context with session mode (1) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 1 to be returned Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Creating context with session mode (2) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 2 to be returned Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Creating context with session mode (3) Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getSessionModeTest INFO: Calling getSessionMode and expect 3 to be returned Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:58 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Send 3 messages to Queue Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Message 1 sent with boolean property lastMessage=false Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Message 2 sent with boolean property lastMessage=false Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Message 3 sent with boolean property lastMessage=true Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Create QueueBrowser to peek at last message in Queue using message selector (lastMessage = TRUE) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Check that browser has just the last message Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Text=Message 3, lastMessage=true Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found [Message 3] in browser Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found 1 message in browser (correct) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Create QueueBrowser to browse all messages in the Queue Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Check that browser contains all 3 messages Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found [Message 1] in browser (correct) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found [Message 2] in browser (correct) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found [Message 3] in browser (correct) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createQueueBrowserTest INFO: Found 3 messages in browser (correct) Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:49:59 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: JMSVersion=3.1 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: JMSMajorVersion=3 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: JMSMinorVersion=1 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: JMSProviderName=Eclipse OpenMQ(tm) Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: JMSProviderVersion=6.4 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: ProviderMajorVersion=6 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT verifyMetaData INFO: ProviderMinorVersion=4 Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:00 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT multipleCloseContextTest INFO: Call close on JMSContext created in setup. Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT multipleCloseContextTest INFO: Call close on a JMSContext a second time Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:01 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getClientIDTest SEVERE: getClientID() returned null, expected clientid Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:02 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending message to the Queue Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: JMSContext.commit() on non-transacted session must throw IllegalStateRuntimeException Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.commit() Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending message to the Queue Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: JMSContext.rollback() on non-transacted session must throw IllegalStateRuntimeException Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.rollback() Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Creating TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Set some values in TextMessage Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending message to the Queue Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Sending TextMessage via JMSProducer.send(Destination, Message) Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: JMSContext.recover() on a transacted session must throw IllegalStateRuntimeException Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.recover() Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Create JMSContext with CLIENT_ACKNOWLEDGE Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Close JMSContext Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Call JMSContext.acknowledge() on a closed session which is illegal Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT illegalStateRuntimeExceptionTest INFO: Got expected IllegalStateRuntimeException from JMSContext.acknowledge() Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:03 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getTransactedTest INFO: Calling getTransacted and expect false to be returned Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT getTransactedTest INFO: Calling getTransacted and expect true to be returned Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:04 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Create selective JMSConsumer with selector ["lastMessage=TRUE"] Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Send 3 messages to Queue Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Message 1 sent with boolean property lastMessage=false Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Message 2 sent with boolean property lastMessage=false Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Message 3 sent with boolean property lastMessage=true Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Receive last message with selective JMSConsumer and boolean property (lastMessage=TRUE) Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Received expected message: Message 3 Jul 07, 2023 1:50:05 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Try receiving one more message (should get none) Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Received no message (CORRECT) Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Close selective JMSConsumer Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Create normal JMSConsumer Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Receive rest of messages with normal JMSConsumer Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Received message: Message 1 Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Received message: Message 2 Jul 07, 2023 1:50:15 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Try receiving one more message (should get none) Jul 07, 2023 1:50:25 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Received no message (CORRECT) Jul 07, 2023 1:50:25 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createConsumerTest INFO: Close normal JMSConsumer Jul 07, 2023 1:50:25 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:25 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setGetAutoStartTest INFO: Calling getAutoStart and expect true to be returned Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setGetAutoStartTest INFO: Calling setAutoStart(false) Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setGetAutoStartTest INFO: Calling getAutoStart and expect false to be returned Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:26 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String, boolean) for InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String, boolean) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException as expected. Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Testing JMSContext.createBrowser(Queue, String) for InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Calling JMSContext.createBrowser(Queue, String) -> expect InvalidSelectorRuntimeException Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidSelectorRuntimeExceptionTests INFO: Got InvalidSelectorRuntimeException, as expected. Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:27 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Creating TemporaryQueue Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Create JMSConsumer Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Send message to temporaty queue using JMSProducer Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Receive message from temporaty queue Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Checking received message Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: received correct message: a text message as expected Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Attempting to delete temporary queue with an open consumer should not be allowed Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Received expected JMSException: Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Close JMSConsumer Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT createTemporayQueueTest INFO: Attempting to delete temporary queue with no open consumer should be allowed Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:28 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Setup JmsTool for COMMON_Q setup Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT setup INFO: Create JMSContext with AUTO_ACKNOWLEDGE Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Creating TextMessage Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in TextMessage Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Message) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Message) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Serializable) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Send ObjectMessage Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Set some values in ObjectMessage Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Serializable) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, byte[]) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, byte[]) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSProducer.send(Destination, Map) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling send(Destination, Map) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createConsumer(Destination, String, boolean) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createConsumer(Destination, String, boolean) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createBrowser(Queue, String) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createBrowser(Queue, String) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Testing JMSContext.createBrowser(Queue) for InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Calling JMSContext.createBrowser(Queue) -> expect InvalidDestinationRuntimeException Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT invalidDestinationRuntimeExceptionTests INFO: Got InvalidDestinationRuntimeException as expected. Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSContext Objects Jul 07, 2023 1:50:29 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Flush any messages left on Queue Jul 07, 2023 1:50:30 PM com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT cleanup INFO: Close JMSConsumer objects [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.183 s - in com.sun.ts.tests.jms.core20.jmscontextqueuetests.ClientIT [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] TxTopicTestsIT.transactionRollbackOnSessionCloseReceiveTopicTest:417 transact... [ERROR] TxTopicTestsIT.txRollbackOnConnectionCloseReceiveTopicTest:677 txRollbackOnCo... [INFO] [ERROR] Tests run: 903, Failures: 0, Errors: 2, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:verify (gf-tests) @ glassfish.jms-tck --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:05 min [INFO] Finished at: 2023-07-07T13:50:30Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (gf-tests) on project glassfish.jms-tck: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/guru/jakarta-jms-standalone-tck-glassfish/glassfish-runner/jms-tck/target/failsafe-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE